oo i can sql second try
This commit is contained in:
15
src/state/fsm/lobby/lobby_test.go
Normal file
15
src/state/fsm/lobby/lobby_test.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package lobby_test
|
||||
|
||||
import (
|
||||
"gitea/price-is-wrong/src/lib"
|
||||
"gitea/price-is-wrong/src/state/fsm/lobby"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestOpen(t *testing.T) {
|
||||
l, err := lobby.Open(lib.NewTestCtx(t), "id")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Logf("%+v", l)
|
||||
}
|
||||
Reference in New Issue
Block a user