Skip to content

Commit

Permalink
build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
teelau committed Jun 4, 2018
1 parent dc46043 commit 843be7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/models/player_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func TestCreatePlayer(t *testing.T) {
ws := new(*websocket.Conn)

//Test initialization of player
p := CreatePlayer(testid, testNamePlayerTest, centerPosPlayerTest, testColorPlayerTest, *ws)
p := CreatePlayer(testID, testNamePlayerTest, centerPosPlayerTest, testColorPlayerTest, *ws)

//Test name assignment of player
if p.Name != testNamePlayerTest {
Expand Down

0 comments on commit 843be7a

Please sign in to comment.