Skip to content

Commit

Permalink
finishing deserialize_from_json test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogalholic committed Apr 15, 2024
1 parent 13bce26 commit 72ae79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/katana/primitives/src/genesis/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ mod tests {
json.classes,
vec![
GenesisClassJson {
class_hash: Some(felt!("0x8")),
class_hash: None,
class: PathBuf::from("../../contracts/compiled/erc20.json").into(),
name: Some("MyErc20".to_string()),
},
Expand Down

0 comments on commit 72ae79f

Please sign in to comment.