Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Update uno_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
amr1210 authored Aug 6, 2020
1 parent 1d88dba commit 81ca003
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions server/uno_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,6 @@ func TestAddMessage(t *testing.T){
assert.Contains(t, game.Messages, m)
}

func TestCheckGameExists(t *testing.T) {
database, _ := db.GetDb()
game, _, _ := createNewGame("testGame", "testPlayer")
_, gameErr := database.LookupGameByID(game.ID)
assert.Nil(t, gameErr, "could not find existing game")
}

func TestCheckGameExists(t *testing.T){
// Get database
Expand Down

0 comments on commit 81ca003

Please sign in to comment.