We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2311333 commit 6db26ceCopy full SHA for 6db26ce
service/src/test/java/uk/nhs/adaptors/gp2gp/common/configuration/FhirParserConfigTest.java
@@ -3,11 +3,11 @@
3
import org.junit.jupiter.api.BeforeEach;
4
import org.junit.jupiter.api.Test;
5
6
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertNotNull;
7
8
class FhirParserConfigTest {
9
10
- FhirParserConfig fhirParserConfig;
+ private FhirParserConfig fhirParserConfig;
11
12
@BeforeEach
13
void setUp() {
0 commit comments