Skip to content

Commit

Permalink
ofc it passed now
Browse files Browse the repository at this point in the history
  • Loading branch information
fqaiser94 committed Apr 9, 2024
1 parent 7ed60b0 commit 3801226
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.NullSource;
import org.junit.jupiter.params.provider.ValueSource;

public class IntegrationCdcTest extends IntegrationTestBase {

Expand Down Expand Up @@ -84,7 +85,7 @@ public void after() {

@ParameterizedTest
@NullSource
// @ValueSource(strings = "test_branch")
@ValueSource(strings = "test_branch")
public void testIcebergSinkUnpartitionedTable(String branch) {
catalog.createTable(TABLE_IDENTIFIER, TEST_SCHEMA, null, ImmutableMap.of(FORMAT_VERSION, "2"));

Expand Down

0 comments on commit 3801226

Please sign in to comment.