Skip to content

Commit 6db26ce

Browse files
committed
checkstyle
1 parent 2311333 commit 6db26ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/src/test/java/uk/nhs/adaptors/gp2gp/common/configuration/FhirParserConfigTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
import org.junit.jupiter.api.BeforeEach;
44
import org.junit.jupiter.api.Test;
55

6-
import static org.junit.jupiter.api.Assertions.*;
6+
import static org.junit.jupiter.api.Assertions.assertNotNull;
77

88
class FhirParserConfigTest {
99

10-
FhirParserConfig fhirParserConfig;
10+
private FhirParserConfig fhirParserConfig;
1111

1212
@BeforeEach
1313
void setUp() {

0 commit comments

Comments
 (0)