fix: add missing err checks and fix loop termination in tests
This commit is contained in:
@@ -510,7 +510,6 @@ func TestScheduling_GetWorkingHours(t *testing.T) {
|
||||
if day.Source != "default" {
|
||||
t.Errorf("expected source 'default', got %s", day.Source)
|
||||
}
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user