Skip to content

Commit

Permalink
test: rename loader test
Browse files Browse the repository at this point in the history
  • Loading branch information
giusdp committed Jan 1, 2024
1 parent ec8b7d6 commit 6d7126f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ron_loader/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ mod tests {
// TODO: test for the RonLoaderErrors

#[test]
fn test_parse_raw_talk() {
fn test_parse_talk() {
let mut app = minimal_app();
let asset_server = app.world.get_resource::<AssetServer>();
assert!(asset_server.is_some());
Expand Down

0 comments on commit 6d7126f

Please sign in to comment.