Skip to content

Commit a693989

Browse files
committed
🩹 test cleanup
1 parent 324073f commit a693989

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/java/dev/ebullient/convert/tools/dnd5e/CommonDataTests.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,6 @@ public void testMonsterYamlHeader(Path outputPath) {
339339
break;
340340
} else {
341341
frontmatter.add(l);
342-
if (l.contains("*")) {
343-
errors.add(String.format("Found '*' in %s: %s", p, l));
344-
}
345342
TestUtils.commonTests(p, l, errors);
346343
}
347344
}
@@ -397,9 +394,6 @@ public void testMonsterYamlBody(Path outputPath) {
397394
yaml = false; // end yaml block
398395
} else if (yaml) {
399396
statblock.add(l);
400-
// if (l.contains("*")) {
401-
// errors.add(String.format("Found '*' in %s: %s", p, l));
402-
// }
403397
if (l.contains("\"desc\": \"\"")) {
404398
errors.add(String.format("Found empty description in %s: %s", p, l));
405399
}

0 commit comments

Comments
 (0)