| 345 | class TestGeneric : public ::testing::Test, public GenericFileSystemTest { |
| 346 | public: |
| 347 | void TearDown() override { |
| 348 | if (azure_fs_) { |
| 349 | ASSERT_OK(azure_fs_->DeleteDir(container_name_)); |
| 350 | } |
| 351 | } |
| 352 | |
| 353 | protected: |
| 354 | void SetUpInternal(BaseAzureEnv* env) { |