Skip to content

Commit

Permalink
Fix unit tests to make them run on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Nov 21, 2023
1 parent 749b6cd commit 66472eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
import org.creekservice.api.system.test.extension.test.model.TestExecutionResult;
import org.creekservice.api.system.test.extension.test.model.TestSuiteResult;
import org.creekservice.api.test.util.TestPaths;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.io.TempDir;

@Tag("ContainerisedTest")
class KafkaTestExtensionFunctionalTest {

private static final Path TESTCASES =
Expand Down

0 comments on commit 66472eb

Please sign in to comment.