Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Dec 20, 2024
1 parent d12d202 commit 29affee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fuel-gauge/src/doc-examples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ describe('Doc Examples', () => {

// you can verify equality using the helper functions
expect(address.equals(addressCloneFromB256)).toBeTruthy();
expect(someAddress.toString()).toEqual(addressCloneFromB256.toString());
expect(someAddress).toBeTruthy();
});

Expand Down

0 comments on commit 29affee

Please sign in to comment.