Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik committed Jun 9, 2024
1 parent 50697e2 commit 9a1b0b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion web/src/lib/gameSession/GameSession.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable max-lines */
/* eslint-disable max-statements */
/* eslint-disable @typescript-eslint/parameter-properties */
import _ from 'lodash'
import { useContext, useState } from 'react'
Expand Down
2 changes: 1 addition & 1 deletion web/test/test_fixtures/GameSessionControlPanelFixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ export class GameSessionControlPanelFixture {
}

public assertNoError(): void {
expectDiv(`Error:`, `not visible`)
expectDiv(`Error:`, `not present`)
}
}

0 comments on commit 9a1b0b3

Please sign in to comment.