Skip to content

Commit

Permalink
Update snforge init test for foundry 0.31.0 (#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr authored Sep 27, 2024
1 parent 7853c34 commit c070899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scarb/tests/snforge_init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ fn new_simple() {
assert_eq!(deps.len(), 1);
assert!(deps.contains_key("starknet"));
let deps = toml_manifest.dev_dependencies.unwrap();
assert_eq!(deps.len(), 1);
assert_eq!(deps.len(), 2);
assert!(deps.contains_key("snforge_std"));
assert!(deps.contains_key("assert_macros"));
assert_eq!(
toml_manifest
.scripts
Expand Down

0 comments on commit c070899

Please sign in to comment.