Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Mar 8, 2024
1 parent 37e958f commit 89c8aeb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1531,8 +1531,7 @@ private static List<Arguments> retractArguments() {

@ParameterizedTest(name = "changelog-producer = {0}, merge-engine = {1}")
@MethodSource("retractArguments")
public void testRetractWithAggregation(String changelogProducer, String mergeEngine)
throws Exception {
public void testRetract(String changelogProducer, String mergeEngine) throws Exception {
String sequenceGroup = "";
if (mergeEngine.equals("partial-update")) {
sequenceGroup = ", 'fields.f1.sequence-group' = 'f0'";
Expand Down

0 comments on commit 89c8aeb

Please sign in to comment.