1
0
Fork 0
hswro-alarm-bot/command_handler_test.go

13 lines
159 B
Go
Raw Normal View History

package main
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestCommandHandler_Status(t *testing.T) {
a := assert.New(t)
a.True(true)
}