diff --git a/plugins/storage_test_plugin/src/test.cpp b/plugins/storage_test_plugin/src/test.cpp index 04db25b..1bb3676 100644 --- a/plugins/storage_test_plugin/src/test.cpp +++ b/plugins/storage_test_plugin/src/test.cpp @@ -977,5 +977,5 @@ TEST_CASE("Store empty binary works") { std::vector get_vector{0x13, 0x37}; res = WUPSStorageAPI::Get("test", get_vector); REQUIRE(res == WUPS_STORAGE_ERROR_SUCCESS); - REQUIRE(empty_vector.empty()); + REQUIRE(get_vector.empty()); } \ No newline at end of file