This commit is contained in:
Joshua Spence
2023-02-28 21:33:27 +11:00
parent 5becf45299
commit c3b52a2191

View File

@@ -41,6 +41,10 @@ func allocateDevice(t *testing.T) (string, func()) {
continue
}
if device.Model != "USPPDUHD" {
continue
}
devicesAvailable = append(devicesAvailable, device.MAC)
}
}