Skip to content

Commit

Permalink
fixed wrong test
Browse files Browse the repository at this point in the history
Fixed wrong chain set for tests
  • Loading branch information
Bullrich committed Oct 11, 2024
1 parent 3d9bef3 commit 3eb38d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tests/paseo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { FaucetTests } from "./faucet.js";
const chains = [
{ name: "Paseo Relay", id: -1 },
{ name: "AssetHub", id: 1000 },
{ name: "Collectives", id: 1001 },
{ name: "BridgeHub", id: 1002 },
{ name: "People", id: 1004 },
{ name: "Coretime", id: 1005 },
];

const tests = new FaucetTests({ faucetName: "Paseo Faucet", chains, url: "/", expectTransactionLink: false });
Expand Down

0 comments on commit 3eb38d2

Please sign in to comment.