refactor: load/save state as ptr

This commit is contained in:
Ilia Denisov
2026-01-12 19:30:50 +02:00
parent ac60bb3020
commit 4451850f22
18 changed files with 71 additions and 57 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
)
func TestJoinEqualGroups(t *testing.T) {
g(t, func(p func(*controller.Param), g func() mg.Game) {
g(t, func(p func(*controller.Param), g func() *mg.Game) {
err := game.JoinEqualGroups(p, "race_01")
assert.NoError(t, err)
})