Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Mar 11, 2024
1 parent 68b0c1c commit f5fa849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ describe('useUpdateMutation', () => {
client
.from('contact_note')
.select('id,text')
.ilike('text', `${testRunPrefix}%`),
.ilike('text', `${testRunPrefix}-multi-note%`),
{
revalidateOnFocus: false,
revalidateOnReconnect: false,
Expand Down

0 comments on commit f5fa849

Please sign in to comment.