diff --git a/src/test/kotlin/com/github/liketechnik/ParserTest.kt b/src/test/kotlin/com/github/liketechnik/ParserTest.kt index ba15b49..5785166 100644 --- a/src/test/kotlin/com/github/liketechnik/ParserTest.kt +++ b/src/test/kotlin/com/github/liketechnik/ParserTest.kt @@ -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 } } \ No newline at end of file