Skip to content

Commit f452aa8

Browse files
committed
Checkstyle rule adjustments for tests
1 parent d229b87 commit f452aa8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

service/checkstyle/suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66

77
<suppressions>
88
<suppress files=".*\.java" checks="HideUtilityClassConstructorCheck"/>
9+
<suppress files=".*Test\.java" checks="MethodLength"/>
910
</suppressions>

service/src/test/java/uk/nhs/adaptors/gp2gp/utils/OperationOutcomeIssueTypeDeserializerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
import com.fasterxml.jackson.databind.module.SimpleModule;
55
import org.hl7.fhir.dstu3.model.OperationOutcome;
66
import org.junit.jupiter.api.Test;
7-
8-
import static org.assertj.core.api.Assertions.assertThat;
97
import static org.assertj.core.api.AssertionsForClassTypes.assertThatExceptionOfType;
108
import static org.junit.jupiter.api.Assertions.assertEquals;
119

0 commit comments

Comments
 (0)