Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszseweryn committed Mar 13, 2024
1 parent f4bf0c3 commit fbdc502
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,6 +12,6 @@ public void toStringShouldContainMessage() {
BleScanException out = new BleScanException(BleScanException.BLUETOOTH_DISABLED);

// expect
assertEquals(out.toString(), "sscom.polidea.rxandroidble2.exceptions.BleScanException: Bluetooth disabled (code 1)");
assertEquals(out.toString(), "com.polidea.rxandroidble2.exceptions.BleScanException: Bluetooth disabled (code 1)");
}
}

0 comments on commit fbdc502

Please sign in to comment.