Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jan 15, 2025
1 parent b434f0c commit fad5715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@
"@cosmjs/stargate": "0.31.1",
"@cosmjs/tendermint-rpc": "0.31.1",
"ses": "1.3.0"
}
},
"packageManager": "yarn@1.22.19+sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e"
}
2 changes: 0 additions & 2 deletions src/config/agoric/agoric.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ describe("Agoric Config", () => {
makeSignAndBroadcast: vi.fn(),
}));
it(" renders comm spend proposal form", async () => {

render(
<Router hook={memoryLocation("/agoric")}>
<ContextProviders>
Expand All @@ -66,6 +65,5 @@ describe("Agoric Config", () => {

fireEvent.change(recipientField, { target: { value: "agoric12se" } });
fireEvent.change(amountField, { target: { value: "1000000" } });

});
});

0 comments on commit fad5715

Please sign in to comment.