Skip to content

Commit c54250f

Browse files
committed
Minor fixes to unit tests (#2825)
1 parent 492b413 commit c54250f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/test/java/com/scalar/db/transaction/consensuscommit/CoordinatorGroupCommitterTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,9 @@ void remove_GivenAllFullTxIds_ShouldRemoveAll() throws Exception {
258258
}
259259
}
260260

261+
@SuppressWarnings("ClassCanBeStatic")
261262
@Nested
262-
static class CoordinatorGroupCommitKeyManipulatorTest {
263+
class CoordinatorGroupCommitKeyManipulatorTest {
263264
private final CoordinatorGroupCommitKeyManipulator keyManipulator =
264265
new CoordinatorGroupCommitKeyManipulator();
265266

0 commit comments

Comments
 (0)