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 0c0d84a commit 11b6822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ func TestRun(t *testing.T) {
returnMouseButtonJustPressed = true
mouseButtonJustPressed = ebiten.MouseButtonLeft

wait()
wait(20 * time.Second)
resetDefault()
spew.Dump(ros.Rooms[room].Game.Players.GetPlayers())
//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 11b6822

Please sign in to comment.