Skip to content

Commit

Permalink
more debug on test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Jul 16, 2024
1 parent 2487e0b commit d994ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/integration/logs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('LogDatabase CRUD', () => {
const endTime = new Date() // current time

// Retrieve the latest log entry
const logs = await database.logs.retrieveMultipleLogs(startTime, endTime, 1)
const logs = await database.logs.retrieveMultipleLogs(startTime, endTime, 10)
console.log('logs:', logs)

expect(logs?.length).to.equal(1)
Expand Down

0 comments on commit d994ed8

Please sign in to comment.