Skip to content

Commit 1df9212

Browse files
committed
#Fixed unit test case
#Ym-23299
1 parent 0e4bd5b commit 1df9212

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

yoti-sdk/src/test/java/com/yoti/mobile/android/sdk/YotiSDKTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ public void testStartScenario_whenHandlingNoYotiApp() throws Throwable {
158158

159159
mMockYotiAppPackageInfo.versionCode = -1;
160160

161+
exception.expect(YotiSDKAppNotInstalledException.class);
162+
161163
Scenario scenario = new Scenario.Builder()
162164
.setUseCaseId("a_scenario")
163165
.setClientSDKId("123")

0 commit comments

Comments
 (0)