From 8d463c39cb9aeb606b49913189dabcae097ce658 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Thu, 26 Sep 2024 00:19:06 +0800 Subject: [PATCH] removed unnessesary change --- martin/src/sprites/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/martin/src/sprites/mod.rs b/martin/src/sprites/mod.rs index 8454bbd8a..e78fb0902 100644 --- a/martin/src/sprites/mod.rs +++ b/martin/src/sprites/mod.rs @@ -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::(&json).unwrap(),