Skip to content

Commit

Permalink
adjust test to newer behavior post-storage changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CassOnMars committed Sep 16, 2024
1 parent 688f3b5 commit faf7a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hubble/src/storage/stores/storageCache.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe("syncFromDb", () => {
);
const slot = (await cache.getCurrentStorageSlotForFid(fidUsage.fid))._unsafeUnwrap();
expect(slot.legacy_units).toEqual(4);
expect(slot.units).toEqual(0);
expect(slot.units).toEqual(2);
}
});
});
Expand Down

0 comments on commit faf7a41

Please sign in to comment.