Skip to content

Commit

Permalink
Remove useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanse committed Feb 19, 2024
1 parent da1be53 commit f06483b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,16 +345,4 @@ mod tests {
extra: ExtraConfig::default(),
}
}

#[test]
fn delete_test() {
let mut config = get_config();

config.delete_game_internal(1).unwrap();

let mut c2 = get_config();
c2.games.remove(1);

assert_eq!(c2.games[0], config.games[0]);
}
}

0 comments on commit f06483b

Please sign in to comment.