From fa789d00a5770a9a2ed557b8c5431cebb11ff44f Mon Sep 17 00:00:00 2001 From: spencergibb Date: Wed, 26 Apr 2023 19:49:56 -0400 Subject: [PATCH] removes unused import --- .../contract/stubrunner/spring/StubRunnerPropertiesTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/spring/StubRunnerPropertiesTests.java b/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/spring/StubRunnerPropertiesTests.java index 97a843a18b..328fd68fcf 100644 --- a/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/spring/StubRunnerPropertiesTests.java +++ b/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/spring/StubRunnerPropertiesTests.java @@ -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