Fix tests

This commit is contained in:
Andrew Kingston 2024-12-03 11:29:07 +00:00
parent c4caa89338
commit c6bad69cda
No known key found for this signature in database
1 changed files with 1 additions and 4 deletions

View File

@ -264,10 +264,7 @@ describe("Navigation store", () => {
await ctx.test.navigationStore.save(update)
expect(saveSpy).toHaveBeenCalledWith({
appId: "testing_123",
metadata: { navigation: update },
})
expect(saveSpy).toHaveBeenCalledWith("testing_123", { navigation: update })
expect(ctx.test.store.links.length).toBe(3)