From 2aa4c91eb83294157cdeedd45720c9c7b79ca103 Mon Sep 17 00:00:00 2001 From: Florian Warzecha Date: Sat, 10 Jun 2017 14:43:24 +0200 Subject: [PATCH] Fixed bug in the tests. --- src/test/kotlin/com/github/liketechnik/ParserTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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