Skip to content

Commit

Permalink
K1J-199: Fix reviewdog issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mww-sopra-steria committed Sep 13, 2024
1 parent 89667d2 commit b1a73d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class ListIntygEntryConverterTest {
"type", CertificateStatus.UNSIGNED, true, "typeVersion");

private static final Personnummer PERSONNUMMER = Personnummer.createPersonnummer("191212121212").get();
private final static String RELATION_ID = "relationId";
private final static LocalDateTime CREATED = LocalDateTime.now();
private static final String RELATION_ID = "relationId";
private static final LocalDateTime CREATED = LocalDateTime.now();

@Test
void shouldConvertCertificateId() {
Expand Down

0 comments on commit b1a73d1

Please sign in to comment.