Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Sep 14, 2024
1 parent db5684b commit bdf139a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/seasonal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pub mod season_1 {

#[cfg(test)]
mod test {
use super::{score_cycle_at_tick, ScoreCycleState};
use super::{s7_score_cycle_at_tick, score_cycle_at_tick, ScoreCycleState};

#[test]
fn s1_score_cycle() {
Expand Down

0 comments on commit bdf139a

Please sign in to comment.