Skip to content

Commit

Permalink
Fix coretime smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Feb 2, 2024
1 parent ab0097b commit 5db7a7e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions polkadot/zombienet_tests/smoke/0004-configure-broker.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ async function run(nodeName, networkInfo, _jsArgs) {
unsub();
return resolve();
} else if (result.isError) {
console.log(`Transaction Error`);
unsub();
return reject();
// Probably happens because of: https://github.com/paritytech/polkadot-sdk/issues/1202.
console.log(`Transaction error`);
}
});
});
Expand Down

0 comments on commit 5db7a7e

Please sign in to comment.