Skip to content

Commit

Permalink
resolve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Dec 21, 2024
1 parent 8de94d5 commit c7799de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atoma-sui/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ mod tests {
"task_small_id": {"inner": "3"},
"selected_node_id": {"inner": "11"},
"num_compute_units": "5",
"price": "1000"
"price_per_one_million_compute_units": "1000"
});
let event: StackCreatedEvent = serde_json::from_value(json).unwrap();
assert_eq!(event.owner, "0x123");
Expand Down

0 comments on commit c7799de

Please sign in to comment.