Skip to content

Commit

Permalink
fixup! Create go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xescugc committed Nov 21, 2023
1 parent 04d539b commit 7ba23fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"testing"
"time"

"github.com/davecgh/go-spew/spew"
"github.com/golang/mock/gomock"
"github.com/hajimehoshi/ebiten/v2"
"github.com/stretchr/testify/assert"
Expand Down Expand Up @@ -171,8 +172,9 @@ func TestRun(t *testing.T) {
returnMouseButtonJustPressed = true
mouseButtonJustPressed = ebiten.MouseButtonLeft

wait(time.Second)
wait()
resetDefault()
spew.Dump(ros.Rooms[room].Game.Players.GetPlayers())
wait(serverGameTick)

for _, p := range rooms.GetState().(server.RoomsState).Rooms[room].Game.Players.GetPlayers() {
Expand Down

0 comments on commit 7ba23fb

Please sign in to comment.