Skip to content

Commit

Permalink
chore: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Nov 18, 2024
1 parent b9d565a commit 8a3d906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/offline/src/lib/__tests__/network-status.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ describe('it updates the lastOnline value in local storage', () => {
act(() => {
events.offline(new Event('offline'))
})
await waitFor(() => {})
await waitFor(() => undefined)

const firstDate = new Date(
localStorage.getItem(lastOnlineKey) as string
Expand Down

0 comments on commit 8a3d906

Please sign in to comment.