Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Jul 3, 2024
1 parent f16fec7 commit a570125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class FlipperScannerImplTest {
val sr = ScanResult(bluetoothDevice, 0, 0, 0, 0, 0, 0, 0, null, 0L)
val srWrong = ScanResult(wrongBluetoothDevice, 0, 0, 0, 0, 0, 0, 0, null, 0L)

every { scanner.scanFlow(any(), any()) } returns flowOf(sr,srWrong)
every { scanner.scanFlow(any(), any()) } returns flowOf(sr, srWrong)
every { bluetoothAdapter.bondedDevices } returns emptySet()

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

0 comments on commit a570125

Please sign in to comment.