Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Aug 3, 2023
1 parent 5fe44ea commit ad4d47e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ describe('InstrumentsAndModules', () => {
{ refetchInterval: 5000 }
)
expect(mockUseModulesQuery).toHaveBeenCalledWith({ refetchInterval: 5000 })
expect(mockUseInstrumentsQuery).toHaveBeenCalledWith()
expect(mockUseInstrumentsQuery).toHaveBeenCalledWith({
refetchInterval: 5000,
})
})
})

0 comments on commit ad4d47e

Please sign in to comment.