Skip to content

Commit

Permalink
fix(git): test fix with file casing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Feb 14, 2024
1 parent 4eb49cd commit c3611ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ArIo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('ArIO Client', () => {
contractStateProvider: remoteCacheProvider,
});

it('should create an ArIo client', () => {
it('should create an ArIO client', () => {
expect(arioClient).toBeInstanceOf(ArIO);
});
});

0 comments on commit c3611ee

Please sign in to comment.