Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepzh committed Nov 13, 2023
1 parent 39ee852 commit d1ab3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database/limit-database.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('limit-database', () => {
expect(cond2After?.enabled).toEqual(cond2.enabled)
// Not complete
const cond3After = imported.find(a => a.cond === "cond3")
expect(cond3After.time).toEqual(0)
expect(cond3After.time).toBeUndefined()
expect(cond3After.enabled).toBeFalsy()
expect(cond3After.allowDelay).toBeFalsy()
})
Expand Down

0 comments on commit d1ab3a0

Please sign in to comment.