Skip to content

Commit fc9351a

Browse files
Update pkg/scheduler/queue/queue_test.go
Co-authored-by: Orcun Berkem <[email protected]> Signed-off-by: Justin Jung <[email protected]>
1 parent c75a0ca commit fc9351a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/queue/queue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func TestRequestQueue_QueriersShouldGetHighPriorityQueryFirst(t *testing.T) {
174174
isHighPriority: false,
175175
}
176176
normalRequest2 := MockRequest{
177-
id: "normal query 1",
177+
id: "normal query 2",
178178
isHighPriority: false,
179179
}
180180
highPriorityRequest := MockRequest{

0 commit comments

Comments
 (0)