Skip to content

Commit

Permalink
refactor: remove unused ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 26, 2024
1 parent 15737d9 commit b524128
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/database_provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ test.group('Database Provider', () => {

const testUtils = await app.container.make('testUtils')

// @ts-expect-error
assert.isDefined(testUtils.db)
// @ts-expect-error
assert.isFunction(testUtils.db)
})
})

0 comments on commit b524128

Please sign in to comment.