Skip to content

Commit

Permalink
Update crates/cheatcodes/src/inspector.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Rodríguez <[email protected]>
  • Loading branch information
Jrigada and elfedy authored Nov 29, 2024
1 parent 1047055 commit e63800c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cheatcodes/src/inspector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ impl Cheatcodes {
let artifact_code = crate::fs::get_artifact_code(self, contract, false)
.inspect(|_| info!(contract, "pushing factory dep"))
.unwrap_or_else(|_| {
panic!("failed to get bytecode for factory deps contract {contract}")
panic!("failed to get bytecode for injected factory deps contract {contract}")
})
.to_vec();
let res = self.dual_compiled_contracts.find_bytecode(&artifact_code).unwrap();
Expand Down

0 comments on commit e63800c

Please sign in to comment.