undo the edited usb_test.go in TestMultipleContexts to origin

This commit is contained in:
nodtem66
2015-03-03 00:24:24 +07:00
parent 897ea727f3
commit 4bf19c7f86

View File

@@ -127,7 +127,7 @@ func TestMultipleContexts(t *testing.T) {
for i := 0; i < 2; i++ {
ctx := NewContext()
_, err := ctx.ListDevices(func(desc *Descriptor) bool {
return true
return false
})
if err != nil {
t.Fatal(err)