Skip to content

Commit

Permalink
using pretty print
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Dec 10, 2024
1 parent 0686596 commit e88ae58
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 @@ -1204,7 +1204,7 @@ async fn call_with_forc_generated_overrides(node_url: &str, contract_id: Contrac
let used_loader_abi_path = project_dir.join("deployed_script-loader-abi.json");
let used_loader_abi = fs::read_to_string(used_loader_abi_path).unwrap();

assert_eq!(generated_loader_abi, used_loader_abi);
pretty_assertions::assert_eq!(generated_loader_abi, used_loader_abi);

let generated_loader_bin = tmp_dir.path().join("out/deployed_script-loader.bin");
abigen!(Script(
Expand Down

0 comments on commit e88ae58

Please sign in to comment.