Skip to content

Commit

Permalink
removed unnessesary change
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 25, 2024
1 parent 5529aac commit 8d463c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion martin/src/sprites/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ mod tests {
#[cfg(not(feature = "bless-tests"))]
{
let expected = std::fs::read_to_string(path.with_extension("json"))
.expect("Unable to open expected JSON file, make sure to bless tests with\n cargo test --features bless-tests,sprites\n");
.expect("Unable to open expected JSON file, make sure to bless tests with\n cargo test --features bless-tests\n");

assert_eq!(
serde_json::from_str::<serde_json::Value>(&json).unwrap(),
Expand Down

0 comments on commit 8d463c3

Please sign in to comment.