summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-helper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-helper.cpp b/tests/test-helper.cpp
index b7fdf6a..ac17a0d 100644
--- a/tests/test-helper.cpp
+++ b/tests/test-helper.cpp
@@ -207,7 +207,7 @@ void encrypt_decrypt_web_app(wae_app_type_e app_type)
}
if (app_type == WAE_PRELOADED_APP)
- load_preloaded_app_deks();
+ BOOST_REQUIRE(load_preloaded_app_deks() == WAE_ERROR_NONE);
unsigned char *_decrypted = nullptr;
size_t _dec_len = 0;