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 Dec 18, 2024
1 parent 1c698d0 commit 99fcf0a
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 99fcf0a

Please sign in to comment.