Skip to content

Commit

Permalink
fixes: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
weezy20 committed Apr 3, 2024
1 parent 307b4ee commit 1002c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/parachain_engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mod tests {
decimals: 18,
initial_endowment: "1000000".to_string(),
};
let result: anyhow::Result<String> = instantiate_base_template(temp_dir.path(), config);
let result = instantiate_base_template(temp_dir.path(), config);
assert!(result.is_ok());
Ok(temp_dir)
}
Expand Down

0 comments on commit 1002c55

Please sign in to comment.