Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
  • Loading branch information
JamesMurkin committed Jun 19, 2024
1 parent bbbdf59 commit 6b12391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/scheduler/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ func TestExecutorApi_LeaseJobRuns(t *testing.T) {
"kubernetes.io/hostname",
nil,
priorityClasses,
1000,
4*1024*1024,
)
require.NoError(t, err)
Expand Down Expand Up @@ -450,6 +451,7 @@ func TestExecutorApi_Publish(t *testing.T) {
"kubernetes.io/hostname",
nil,
priorityClasses,
1000,
4*1024*1024,
)

Expand Down

0 comments on commit 6b12391

Please sign in to comment.