Skip to content

Commit

Permalink
Fix small typo in storage test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Mar 2, 2024
1 parent e02376e commit 3b5cc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/storage_test_plugin/src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -977,5 +977,5 @@ TEST_CASE("Store empty binary works") {
std::vector<uint8_t> get_vector{0x13, 0x37};
res = WUPSStorageAPI::Get("test", get_vector);
REQUIRE(res == WUPS_STORAGE_ERROR_SUCCESS);
REQUIRE(empty_vector.empty());
REQUIRE(get_vector.empty());
}

0 comments on commit 3b5cc2f

Please sign in to comment.