Skip to content

Commit

Permalink
fix test for disconnected chains
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-chainflip committed Nov 27, 2024
1 parent c962f04 commit ed24b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bouncer/tests/swap_after_temp_disconnecting_chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const testSwapAfterDisconnection = new ExecutableTest(
// Testing a swap after temporarily disconnecting external nodes
async function main() {
const networkName = 'chainflip-localnet_default';
const allExternalNodes = ['bitcoin', 'geth', 'polkadot'];
const allExternalNodes = ['bitcoin', 'geth', 'polkadot1'];

await Promise.all(
allExternalNodes.map((container) => disconnectContainerFromNetwork(container, networkName)),
Expand Down

0 comments on commit ed24b83

Please sign in to comment.