Skip to content

Commit

Permalink
fix: eof eol
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Aug 23, 2024
1 parent efef5a0 commit 8815399
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ describe("AdminOptions", () => {
expect(modal).toBeInTheDocument();
expect(modal.open).toBe(true);
});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ describe("StakingParams", () => {
expect(modal).toBeInTheDocument();
expect(modal.open).toBe(true);
});
});
});
2 changes: 1 addition & 1 deletion components/factory/components/__tests__/DenomInfo.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ describe("DenomInfo", () => {
const modal = await waitFor(() => document.getElementById(`denom_info_${mockDenom.base}`));
expect(modal).toBeVisible();
});
});
});
2 changes: 1 addition & 1 deletion components/factory/components/__tests__/metaBox.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ describe("MetaBox", () => {
mintTab.click();
await waitFor(() => expect(screen.getByText("Mint TEST")).toBeInTheDocument());
});
});
});
2 changes: 1 addition & 1 deletion components/factory/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "./DenomInfo";
export * from "./MyDenoms";
export * from './DenomImage'
export * from './metaBox'
export * from './metaBox'
2 changes: 1 addition & 1 deletion tests/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ export const mockMfxDenom = {
display: "MFX",
denom_units: [{ denom: "umfx", exponent: 0, aliases: ["umfx"] }, { denom: "mfx", exponent: 6, aliases: ["mfx"] }],
symbol: "umfx"
}
}

0 comments on commit 8815399

Please sign in to comment.