Skip to content

Commit 45dd682

Browse files
author
aleksandr-paa
committed
fix test
1 parent b32337b commit 45dd682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jraft-extension/bdb-log-storage-impl/src/test/java/com/alipay/sofa/jraft/storage/impl/BaseLogStorageTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ protected LogStorageOptions newLogStorageOptions() {
6969
final LogStorageOptions opts = new LogStorageOptions();
7070
opts.setConfigurationManager(this.confManager);
7171
opts.setLogEntryCodecFactory(this.logEntryCodecFactory);
72+
opts.setGroupId("test");
7273
return opts;
7374
}
7475

0 commit comments

Comments
 (0)