[unit test] Complete all providers unit tests #12
Some checks failed
Blockstorage/repertory/pipeline/head This commit looks good
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-16 10:48:10 -05:00
parent 72495c891b
commit a1a9c916a1

View File

@@ -898,7 +898,8 @@ static void run_tests(const app_config &cfg, i_provider &provider) {
get_filesystem_item(provider);
get_filesystem_item_root_is_directory(provider);
get_filesystem_item_fails_if_path_not_found(provider);
get_filesystem_item_fails_if_file_is_not_found(provider);
get_filesystem_item_fails_if_directory_is_not_found(provider);
// TODO need to test read when file size changes for encrypt provider
/*