Skip to content

Commit f15ba8f

Browse files
committed
fix test
1 parent 4949344 commit f15ba8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/test/plugin/entity-mutation-hooks.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ describe('Entity mutation hooks tests', () => {
235235
name: 'A user',
236236
}),
237237
expect.objectContaining({
238-
email: 'u1@test.com',
238+
email: 'u2@test.com',
239239
name: 'A user',
240240
}),
241241
]),

0 commit comments

Comments
 (0)