Skip to content

Commit

Permalink
Fix failing test naming convention check.
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 committed May 9, 2022
1 parent daacef4 commit 3d3cf48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.util.concurrent.atomic.AtomicLong;
import java.util.stream.Collectors;

public class NRTReplicationEngineTest extends EngineTestCase {
public class NRTReplicationEngineTests extends EngineTestCase {

public void testCreateEngine() throws IOException {
final AtomicLong globalCheckpoint = new AtomicLong(SequenceNumbers.NO_OPS_PERFORMED);
Expand Down

0 comments on commit 3d3cf48

Please sign in to comment.