Skip to content

Commit

Permalink
Update BluetoothCentralManagerTests.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
weliem committed Jan 14, 2024
1 parent ecd74ba commit 76435fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ class BluetoothCentralManagerTests {
every { device.address } returns address
every { device.name } returns name
every { device.type } returns BluetoothDevice.DEVICE_TYPE_LE
every { device.writeToParcel(any(), any()) } returns Unit
return device
}

Expand Down

0 comments on commit 76435fe

Please sign in to comment.