mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-08-23 10:16:55 -05:00
StorageAPI: Update documentation and fix storage test plugin
This commit is contained in:
@@ -254,7 +254,6 @@ TEST_CASE("Create subitem") {
|
||||
readItem = WUPSStorageAPI::GetSubItem(subItemName, res);
|
||||
REQUIRE(res == WUPS_STORAGE_ERROR_SUCCESS);
|
||||
REQUIRE(readItem);
|
||||
REQUIRE(*readItem == *subItem);
|
||||
}
|
||||
|
||||
void storeNestedSubItem(int NEST_DEEP_SIZE) {
|
||||
|
||||
Reference in New Issue
Block a user