Skip to content

Commit

Permalink
Update pkg/scheduler/queue/queue_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Orcun Berkem <[email protected]>
Signed-off-by: Justin Jung <[email protected]>
  • Loading branch information
justinjung04 and oberkem authored Oct 26, 2023
1 parent c75a0ca commit fc9351a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/queue/queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func TestRequestQueue_QueriersShouldGetHighPriorityQueryFirst(t *testing.T) {
isHighPriority: false,
}
normalRequest2 := MockRequest{
id: "normal query 1",
id: "normal query 2",
isHighPriority: false,
}
highPriorityRequest := MockRequest{
Expand Down

0 comments on commit fc9351a

Please sign in to comment.