removes unused import

This commit is contained in:
spencergibb
2023-04-26 19:49:56 -04:00
parent 7fce11ba8c
commit fa789d00a5

View File

@@ -18,8 +18,6 @@ package org.springframework.cloud.contract.stubrunner.spring;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class StubRunnerPropertiesTests {
@Test