fix expectations, remove outdated specs

This commit is contained in:
AlecM33
2023-08-03 18:42:00 -04:00
parent 19f12ca1a8
commit 7c61b3a724
10 changed files with 57 additions and 90 deletions

View File

@@ -46,7 +46,7 @@ export const mockGames = {
paused: true,
timeRemaining: 600000
},
isFull: false
isStartable: false
},
inProgressGame: {
accessCode: 'TVV6',
@@ -163,7 +163,7 @@ export const mockGames = {
paused: true,
timeRemaining: 600000
},
isFull: true
isStartable: true
},
moderatorGame:
{
@@ -306,6 +306,6 @@ export const mockGames = {
paused: true,
timeRemaining: 600000
},
isFull: true
isStartable: true
}
};