Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit 1a95de0

Browse files
committed
fix build
1 parent 6a485e6 commit 1a95de0

File tree

1 file changed

+1
-1
lines changed
  • ch-covidcertificate-backend-transformation/ch-covidcertificate-backend-transformation-ws/src/test/java/ch/admin/bag/covidcertificate/backend/transformation/ws/controller

1 file changed

+1
-1
lines changed

ch-covidcertificate-backend-transformation/ch-covidcertificate-backend-transformation-ws/src/test/java/ch/admin/bag/covidcertificate/backend/transformation/ws/controller/TransformationControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void getCertLightTest() throws Exception {
9090
.getResponse();
9191
final var responsePayload =
9292
objectMapper.readValue(response.getContentAsString(), CertLightPayload.class);
93-
assertEquals(certLightMock.getQrcode(), responsePayload.getQrcode());
93+
assertEquals(certLightMock.getQrCode(), responsePayload.getQrCode());
9494
}
9595

9696
@Test

0 commit comments

Comments
 (0)