Skip to content

Commit e337820

Browse files
committed
Forgot to re-add requireAssertion="false" to the first two koans.
1 parent 3c2ce27 commit e337820

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

projects-parent/archetypes-parent/java-koans-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010

1111
<artifactId>java-koans-archetype</artifactId>
12-
<version>2.2.8</version>
12+
<version>2.2.9</version>
1313
<packaging>maven-archetype</packaging>
1414

1515
<name>java-koans-archetype</name>

projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/app/config/PathToEnlightenment.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<packages>
66
<package pkg="beginner" name="Novice">
77
<suite class="AboutKoans">
8-
<koan name="findAboutKoansFile" displayIncompleteKoanException="false" />
9-
<koan name="definitionOfKoanCompletion" displayIncompleteKoanException="false" />
8+
<koan name="findAboutKoansFile" displayIncompleteKoanException="false" requireAssertion="false" / >
9+
<koan name="definitionOfKoanCompletion" displayIncompleteKoanException="false" requireAssertion="false" />
1010
</suite>
1111
<suite class="AboutAssertions"/>
1212
<suite class="AboutEquality"/>

0 commit comments

Comments
 (0)