[unit test] Complete all providers unit tests #12
This commit is contained in:
@@ -1255,7 +1255,7 @@ TYPED_TEST(providers_test, upload_file_not_implemented_on_read_only) {
|
|||||||
EXPECT_EQ(api_error::not_implemented, res);
|
EXPECT_EQ(api_error::not_implemented, res);
|
||||||
}
|
}
|
||||||
|
|
||||||
TYPED_TEST(providers_test, upload_file_fails_if_source_not_found) {
|
TYPED_TEST(providers_test, upload_file_fails_if_source_is_not_found) {
|
||||||
if (this->provider->is_read_only()) {
|
if (this->provider->is_read_only()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user