Skip to content

Commit f14a762

Browse files
Backport to branch(3.16) : Minor fixes to unit tests (#2828)
Co-authored-by: Toshihiro Suzuki <[email protected]>
1 parent 795b5f0 commit f14a762

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)