Skip to content

Commit

Permalink
DBZ-8531 Improve DebeziumServerPostgresIT
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale committed Jan 7, 2025
1 parent 8d0223e commit 2b59673
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import jakarta.inject.Inject;

import org.awaitility.Awaitility;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.MethodOrderer;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test;
Expand Down Expand Up @@ -47,7 +48,8 @@ public class DebeziumServerPostgresIT {
@Inject
DebeziumMetrics metrics;

{
@BeforeEach
void setUp() {
Testing.Files.delete(TestConfigSource.OFFSET_STORE_PATH);
}

Expand Down

0 comments on commit 2b59673

Please sign in to comment.