Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Aug 28, 2024
1 parent f71b4e6 commit ed746c9
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 @@ -148,7 +148,7 @@ describe('LogDatabase CRUD', () => {
const startTime = new Date(Date.now() - 3000) // 3 seconds ago
const endTime = new Date() // current time

// we cannot predict the amount of logs wriiten on DB (Typesense adds tons on its own), so we need:
// we cannot predict the amount of logs written on DB (Typesense adds tons on its own), so we need:
// 1 ) set a smaller interval
// 2 ) retrieve a bigger number of logs
// 3 ) filter the appropriate message
Expand Down

0 comments on commit ed746c9

Please sign in to comment.