This commit is contained in:
parent
9fea6587f3
commit
4740fc996a
@ -18,6 +18,6 @@ test.describe('Adding Gamesystems', () => {
|
||||
const gamesystem = new Gamesystem("Gamesystem");
|
||||
gameModel.addGamesystem(gamesystem);
|
||||
gameModel.addGamesystem(gamesystem)
|
||||
expect(gameModel.gamesystems.length).toEqual(2);
|
||||
expect(gameModel.gamesystems.length).toEqual(1);
|
||||
})
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user