Skip to content

Commit

Permalink
remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
HantingZhang2 committed Feb 22, 2024
1 parent 8969adf commit 0baddc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/scenarios/fixtures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ pub fn given_resource_in_system(
} else if let Value::Object(ref mut map) = world.fixtures {
map.insert(given_key.clone(), world.response.object.clone());
}
//world.parameters = given_parameters.clone();
match build_undo(world, &operation_id, Some(given_key),given_parameters.clone()) {
Ok(Some(undo)) => world.undo_operations.push(undo),
Ok(None) => {}
Expand Down

0 comments on commit 0baddc9

Please sign in to comment.