Skip to content

Commit ae15abc

Browse files
author
houyuxi
committed
fix: lint issues
1 parent 8a5244e commit ae15abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/server/util_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ func TestPatchErasedAnnotation(t *testing.T) {
10891089
toAllocDeviceAnno: "hami.io/Ascend910-devices-to-allocate",
10901090
}
10911091
podSingleDev, _ := ps.decodeDeviceAnnotations(tc.pod)
1092-
ps.popNextContainerDevices(podSingleDev)
1092+
_, _ = ps.popNextContainerDevices(podSingleDev)
10931093

10941094
origValue := tc.pod.Annotations[ps.toAllocDeviceAnno]
10951095

0 commit comments

Comments
 (0)