Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Dec 10, 2024
1 parent 2ac740b commit 35d9161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*/
public class ServerTestBase {

protected static final String DATA_DIR = TestDir.testDir("raftlog");
protected final String DATA_DIR = TestDir.testDir("raftlog");

protected int servicePortBase = 0;
protected boolean startAfterCreate = true;
Expand Down

0 comments on commit 35d9161

Please sign in to comment.