fix: add missing err checks and fix loop termination in tests

This commit is contained in:
2026-07-10 12:03:11 +01:00
parent cf0cd8de15
commit d1e85bb855
4 changed files with 18 additions and 1 deletions
@@ -510,7 +510,6 @@ func TestScheduling_GetWorkingHours(t *testing.T) {
if day.Source != "default" {
t.Errorf("expected source 'default', got %s", day.Source)
}
break
}
}