Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 14, 2024
1 parent 82ff489 commit d9cfffc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ fn get_player_position(app: &mut App) -> Vec2 {
mod tests {
use super::*;

#[test]
fn test_can_create_app() {
create_app();
}

#[test]
fn test_empty_app_has_no_players() {
let mut app = App::new();
Expand Down

0 comments on commit d9cfffc

Please sign in to comment.