Skip to content

Commit

Permalink
Remove added logic for api check
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKast committed Feb 10, 2024
1 parent ec1976e commit fb15340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void testSendPacket() {

TransportBroker broker = new TransportBroker(getInstrumentation().getTargetContext(), SdlUnitTestContants.TEST_APP_ID, rsvp.getService());

if (!DeviceUtil.isEmulator() || Build.VERSION.SDK_INT >= 30 ) { // Cannot perform MBT operations in emulator
if (!DeviceUtil.isEmulator()) { // Cannot perform MBT operations in emulator
assertTrue(broker.start());
}
BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
Expand Down

0 comments on commit fb15340

Please sign in to comment.