undo the edited usb_test.go in TestMultipleContexts to origin
This commit is contained in:
@@ -127,7 +127,7 @@ func TestMultipleContexts(t *testing.T) {
|
|||||||
for i := 0; i < 2; i++ {
|
for i := 0; i < 2; i++ {
|
||||||
ctx := NewContext()
|
ctx := NewContext()
|
||||||
_, err := ctx.ListDevices(func(desc *Descriptor) bool {
|
_, err := ctx.ListDevices(func(desc *Descriptor) bool {
|
||||||
return true
|
return false
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
Reference in New Issue
Block a user