Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bee344 committed Feb 2, 2024
1 parent dc6554c commit a55e611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry/parseRegistry.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('parseRegistry', () => {
const err = () => parseRegistry(reg as ChainInfoRegistry, opts);
expect(err).toThrow(expectedErrorMessage);
});
it('Should correctly override the registry\'s token entry with an injectedRegsitry', () => {
it("Should correctly override the registry's token entry with an injectedRegsitry", () => {
const assetsInfo = {};
const foreignAssetsInfo = {};
const opts = {
Expand Down

0 comments on commit a55e611

Please sign in to comment.