Skip to content

Commit c3ce8bb

Browse files
committed
fix: unit test
1 parent 7ad96fc commit c3ce8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gpuallocator/quota_consolidated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ var _ = Describe("GPUAllocator Quota Deallocation", func() {
576576
Build()
577577

578578
ctx := context.Background()
579-
allocator := NewGpuAllocator(ctx, client, 0)
579+
allocator := NewGpuAllocator(ctx, nil, client, 0)
580580

581581
initAllocator(allocator)
582582

0 commit comments

Comments
 (0)