Skip to content

Commit f9db79b

Browse files
committed
[#150] Fix test
1 parent 4082cfd commit f9db79b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/app/statemachine/placementPos_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ func Test_BallPlacementPos(t *testing.T) {
2525

2626
placementPosDeterminer := BallPlacementPosDeterminer{
2727
Event: nil,
28+
State: state.NewState(),
2829
Geometry: geometry,
2930
CurrentPlacementPos: nil,
3031
OnPositiveHalf: map[state.Team]bool{

0 commit comments

Comments
 (0)