Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Baltariu <[email protected]>
  • Loading branch information
andreiblt1304 committed Dec 3, 2024
1 parent 90fbe08 commit ca44ef2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sovereign-forge/tests/sovereign_forge_unit_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,10 @@ fn deploy_phase_one_chain_config_missing() {
2,
BigUint::from(2u32),
MultiValueEncoded::new(),
Some(ExpectError(10, "error signalled by smartcontract")),
Some(ExpectError(
4,
"There are no contracts deployed for this Sovereign",
)),
);
}

Expand Down

0 comments on commit ca44ef2

Please sign in to comment.