unit tests and fixes
Some checks are pending
BlockStorage/repertory_linux_builds/pipeline/head Build queued...
BlockStorage/repertory_osx_builds/pipeline/head This commit looks good

This commit is contained in:
2023-11-12 14:33:19 -06:00
parent 821ed7b25e
commit 103dae6d08
2 changed files with 10 additions and 0 deletions

View File

@@ -294,6 +294,7 @@ static void get_api_path_from_source(const app_config &cfg,
provider.get_api_path_from_source(fsi.source_path, api_path));
EXPECT_STREQ("/pt01.txt", api_path.c_str());
EXPECT_EQ(api_error::success, provider.remove_file("/pt01.txt"));
}
static void