diff --git a/tests/SDK/NDK/System.cpp b/tests/SDK/NDK/System.cpp index 2948185ae..623b4a96f 100644 --- a/tests/SDK/NDK/System.cpp +++ b/tests/SDK/NDK/System.cpp @@ -43,7 +43,7 @@ SCENARIO("System", "[NDK][SYSTEM]") THEN("We should get a copy") { - REQUIRE(static_cast(clone.get())->GetValue() == 42); + REQUIRE(static_cast(clone.get())->GetValue() == 666); } } }