Skip to content

Commit 291b647

Browse files
committed
fix(test): expose Jindo fixture members to tests
1 parent d3f7e1c commit 291b647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/paimon/fs/jindo/jindo_file_system_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class JindoFileSystemTest : public ::testing::Test {
3535
fs_.reset();
3636
}
3737

38-
private:
38+
protected:
3939
std::unique_ptr<paimon::test::UniqueTestDirectory> dir_;
4040
std::string test_dir_;
4141
std::shared_ptr<FileSystem> fs_;

0 commit comments

Comments
 (0)