Skip to content

Commit

Permalink
test checkstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommen committed Jan 25, 2024
1 parent 2987902 commit 8c6b75c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import com.truzzt.extension.logginghouse.client.LoggingHouseClientExtension;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import com.truzzt.extension.logginghouse.client.LoggingHouseClientExtension;
import org.eclipse.edc.spi.system.ServiceExtensionContext;

import static org.mockito.Mockito.*;
Expand Down

0 comments on commit 8c6b75c

Please sign in to comment.