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 d44621b commit edf7fc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions integration/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import (
var (

// The actual one is 4
serverGameTick = 3 * time.Second
serverGameTick = time.Second / 2

// The actual one is 60
clientTPS = time.Second / 50
clientTPS = time.Second / 30
)

func TestRun(t *testing.T) {
Expand Down Expand Up @@ -63,7 +63,6 @@ func TestRun(t *testing.T) {
Store: s,
}

//i := inputer.NewEbiten()
i := mock.NewMockInputer(ctrl)

cs := client.NewCameraStore(cd, s, screenW, screenH)
Expand Down

0 comments on commit edf7fc6

Please sign in to comment.