We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4bd5b commit 1df9212Copy full SHA for 1df9212
yoti-sdk/src/test/java/com/yoti/mobile/android/sdk/YotiSDKTest.java
@@ -158,6 +158,8 @@ public void testStartScenario_whenHandlingNoYotiApp() throws Throwable {
158
159
mMockYotiAppPackageInfo.versionCode = -1;
160
161
+ exception.expect(YotiSDKAppNotInstalledException.class);
162
+
163
Scenario scenario = new Scenario.Builder()
164
.setUseCaseId("a_scenario")
165
.setClientSDKId("123")
0 commit comments