Skip to content

Commit

Permalink
updated test files to reflect new change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jun 21, 2024
1 parent 11d68d7 commit 9671d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/tests/paseo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { FaucetTests } from "./faucet.js";

const chains = [{ name: "Paseo Relay", id: -1 }];

const tests = new FaucetTests({ faucetName: "Paseo Faucet", chains, url: "/paseo", expectTransactionLink: false });
const tests = new FaucetTests({ faucetName: "Paseo Faucet", chains, url: "/", expectTransactionLink: false });
tests.runTests();
2 changes: 1 addition & 1 deletion client/tests/rococo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ const chains = [
{ name: "Bridgehub", id: 1013 },
];

const tests = new FaucetTests({ faucetName: "Rococo Faucet", chains, url: "/", expectTransactionLink: true });
const tests = new FaucetTests({ faucetName: "Rococo Faucet", chains, url: "/rococo", expectTransactionLink: true });
tests.runTests();

0 comments on commit 9671d33

Please sign in to comment.