Skip to content

Commit

Permalink
testConfig ProjectFetchSize change
Browse files Browse the repository at this point in the history
  • Loading branch information
fourjae committed Aug 3, 2024
1 parent 6cc0e19 commit 7d636a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/housekeeping/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestConfig(t *testing.T) {
assert.Error(t, conf5.Validate())

conf6 := validConf
conf6.ProjectFetchSize = -1
conf6.ProjectFetchSize = 0
assert.Error(t, conf6.Validate())

})
Expand Down

0 comments on commit 7d636a3

Please sign in to comment.