This commit is contained in:
Klaus Reimer 2018-10-08 22:31:15 +02:00
parent f0d2b91b1e
commit bddf0cde58
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ public class LibUsbDeviceTest
* Tests the {@link LibUsb#open(Device, DeviceHandle)} method. This can't be
* really tested in a simple unit test like this. Most likely the user has
* no access to the device. So this test succeeds on SUCCESS and on
* ERROR_ACCESS. At least we have to make sure then open() method doesn't
* ERROR_ACCESS. At least we have to make sure that the open() method doesn't
* crash.
*/
@Test