diff options
Diffstat (limited to 'unittest/test_C_API.cpp')
-rw-r--r-- | unittest/test_C_API.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/test_C_API.cpp b/unittest/test_C_API.cpp index 160145b..a351139 100644 --- a/unittest/test_C_API.cpp +++ b/unittest/test_C_API.cpp @@ -31,4 +31,4 @@ TEST_CASE("Check long strings", "[STANDARD]") { result = NK_change_user_PIN(pin, longPin); REQUIRE(result == TOO_LONG_STRING); CAPTURE(result); -}
\ No newline at end of file +} |