Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Aug 14, 2024
1 parent dd30d66 commit ec5a632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fireproof/fireproof.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ describe("same workload twice, same CID", function () {
expect(headA).toEqual(headB);
expect(headA.length).toBeGreaterThan(10);
// this may change when the implementation changes
expect(headA).toEqual('bafyreihwrvlgs2rh3u6gy5uni7prp2ipggykywxumqadzsvswopttvjwtu')
expect(headA).toEqual("bafyreihwrvlgs2rh3u6gy5uni7prp2ipggykywxumqadzsvswopttvjwtu");
});
it("should have same car log", async function () {
const logA = dbA._crdt.blockstore.loader?.carLog;
Expand Down

0 comments on commit ec5a632

Please sign in to comment.