test: Fix achievement integration test setup and system visibility (#42)

This commit is contained in:
demenik
2025-12-11 18:47:42 +01:00
parent 18b179bc42
commit aa70598316
2 changed files with 13 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ impl Plugin for AchievementPlugin {
}
}
fn check_achievements(
pub fn check_achievements(
tracker: Res<SessionTracker>,
mut progress: ResMut<AchievementProgress>,
mut notifications: ResMut<Notifications>,