Skip to content

Commit

Permalink
Updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Aug 12, 2024
1 parent 225c22e commit abdfaed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/integration/database.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ describe('NonceDatabase CRUD with SQLite', () => {

before(async () => {
const dbConfig = {
url: '' // Empty URL to simulate no Typesense. Using SQLite instead
// eslint-disable-next-line @typescript-eslint/no-explicit-any
url: null as null // Empty URL to simulate no Typesense. Using SQLite instead
}
database = await new Database(dbConfig)
})
Expand Down

0 comments on commit abdfaed

Please sign in to comment.