Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Feb 14, 2024
1 parent ff3903a commit 1a011d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/postgrest-core/__tests__/update-fetcher.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('update', () => {
expect(updatedContact).toEqual({
normalizedData: {
id: expect.anything(),
username: 'postgrest-fetcher-insert-94-username-2',
username: `${testRunPrefix}-username-2`,
},
});
const { data } = await client
Expand Down

0 comments on commit 1a011d7

Please sign in to comment.