Skip to content

Commit

Permalink
Fix scheduler_test.go.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobrovskyi committed Nov 26, 2024
1 parent bfef3bb commit 32a1d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4056,7 +4056,7 @@ func TestScheduleForTAS(t *testing.T) {
NodeLabels: map[string]string{
"tas-node": "true",
},
TopologyName: ptr.To("tas-two-level"),
TopologyName: ptr.To[kueue.TopologyReference]("tas-two-level"),
},
}
defaultClusterQueue := *utiltesting.MakeClusterQueue("tas-main").
Expand Down

0 comments on commit 32a1d05

Please sign in to comment.