Skip to content

Commit

Permalink
feat(submit-only): change expected contract id in submit only test
Browse files Browse the repository at this point in the history
  • Loading branch information
luisburigo committed Aug 9, 2024
1 parent 7f29ca1 commit fcf2029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forc-plugins/forc-client/tests/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ async fn test_deploy_submit_only() {
node.kill().unwrap();
let expected = vec![DeployedContract {
id: ContractId::from_str(
"822c8d3672471f64f14f326447793c7377b6e430122db23b622880ccbd8a33ef",
"ad0bba17e0838ef859abe2693d8a5e3bc4e7cfb901601e30f4dc34999fda6335",
)
.unwrap(),
proxy: None,
Expand Down

0 comments on commit fcf2029

Please sign in to comment.