mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[cscore] Make camera connection logging clearer (#5866)
This commit is contained in:
@@ -32,7 +32,7 @@ class UsbCameraTest {
|
||||
|
||||
assertTimeoutPreemptively(
|
||||
Duration.ofSeconds(5),
|
||||
() -> assertTrue(result.get().contains("Connecting to USB camera on ")));
|
||||
() -> assertTrue(result.get().contains("Attempting to connect to USB camera on ")));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user