Skip to content

Commit a570125

Browse files
committed
Fix lint
1 parent f16fec7 commit a570125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/bridge/impl/src/test/java/com/flipperdevices/bridge/impl/scanner/FlipperScannerImplTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class FlipperScannerImplTest {
215215
val sr = ScanResult(bluetoothDevice, 0, 0, 0, 0, 0, 0, 0, null, 0L)
216216
val srWrong = ScanResult(wrongBluetoothDevice, 0, 0, 0, 0, 0, 0, 0, null, 0L)
217217

218-
every { scanner.scanFlow(any(), any()) } returns flowOf(sr,srWrong)
218+
every { scanner.scanFlow(any(), any()) } returns flowOf(sr, srWrong)
219219
every { bluetoothAdapter.bondedDevices } returns emptySet()
220220

221221
val flipperDevices = flipperScanner.findFlipperByName("Flipper Dumper").toList()

0 commit comments

Comments
 (0)