Skip to content

Commit ee42863

Browse files
author
Changjian Wang
committed
Remove unused BeforeEach import from ContentUnderstandingClientTestBase
The @beforeeach annotation is not used in the base class, only in the Sample test classes that extend it. Removing the unused import to fix linting error.
1 parent 934a547 commit ee42863

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/contentunderstanding/azure-ai-contentunderstanding/src/test/java/com/azure/ai/contentunderstanding/generated/ContentUnderstandingClientTestBase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import com.azure.core.test.utils.MockTokenCredential;
1818
import com.azure.core.util.Configuration;
1919
import com.azure.identity.DefaultAzureCredentialBuilder;
20-
import org.junit.jupiter.api.BeforeEach;
2120
import org.opentest4j.TestAbortedException;
2221

2322
class ContentUnderstandingClientTestBase extends TestProxyTestBase {

0 commit comments

Comments
 (0)