Skip to content

Commit

Permalink
test: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed Nov 22, 2024
1 parent 8e04a88 commit a6f8247
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/pop-cli/src/commands/up/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ mod tests {
UpOpts {
path: None,
constructor: "new".to_string(),
args: vec!["false".to_string()].to_vec(),
args: vec![].to_vec(),
value: "0".to_string(),
gas_limit: None,
proof_size: None,
Expand Down

0 comments on commit a6f8247

Please sign in to comment.