Skip to content

Commit

Permalink
herstel missende komma
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Jan 20, 2025
1 parent c5d671c commit 1def1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void downloadInitialCompareThreeRows()
assertDataSetEquals(
"kast,ondersteunendwaterdeel,paal,sensor,begroeidterreindeel,overbruggingsdeel,spoor,"
+ "bord,pand,nummeraanduidingreeks,functioneelgebied,onbegroeidterreindeel,gebouwinstallatie,weginrichtingselement,"
+ "kunstwerkdeel,waterinrichtingselement,installatie,vegetatieobject,waterdeel,put,scheiding,ondersteunendwegdeel"
+ "kunstwerkdeel,waterinrichtingselement,installatie,vegetatieobject,waterdeel,put,scheiding,ondersteunendwegdeel,"
+ "straatmeubilair,wegdeel,plaatsbepalingspunt,bak,openbareruimtelabel,overigbouwwerk,overigescheiding",
"extract");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import static org.junit.jupiter.api.Assertions.assertTrue;

import java.io.File;

import org.gaul.modernizer_maven_annotations.SuppressModernizer;
import org.junit.jupiter.api.Test;

@SuppressModernizer
public class WebXmlTest {
@Test
Expand Down

0 comments on commit 1def1e2

Please sign in to comment.