Skip to content

Commit

Permalink
Fixed bug in the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
liketechnik committed Jun 10, 2017
1 parent ed9ba75 commit 2aa4c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/com/github/liketechnik/ParserTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ class ParserTest {
override val shortName: String = "t"
override val defaultValue: String = "default"
override val id: String = name + defaultValue
override val type: ArgumentTypes = org.github.liketechnik.ArgumentTypes.STRING
override val type: ArgumentTypes = ArgumentTypes.STRING
}
}

0 comments on commit 2aa4c91

Please sign in to comment.