Skip to content

Commit

Permalink
fix: remove exception
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterZh6 committed Oct 1, 2024
1 parent 4f8dd80 commit 78b84c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class Pulsar2StarRocksTest extends FlinkContainerTestEnvJRE8 {
.withLogConsumer(new Slf4jLogConsumer(STAR_ROCKS_LOG));

@Before
public void setup() throws {
public void setup() {
waitUntilJobRunning(Duration.ofSeconds(30));
initializePulsarTopic();
initializeStarRocksTable(STAR_ROCKS);
Expand Down

0 comments on commit 78b84c4

Please sign in to comment.