From 88e26e59d79ce797ce4a07ec4c23e04a1fab1812 Mon Sep 17 00:00:00 2001 From: Pierre Andrews Date: Fri, 2 May 2014 11:17:04 -0300 Subject: [PATCH] fix test from #45 --- core/src/test/scala/com/quantifind/sumac/ArgAppTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/scala/com/quantifind/sumac/ArgAppTest.scala b/core/src/test/scala/com/quantifind/sumac/ArgAppTest.scala index 4d11dba..793acc7 100644 --- a/core/src/test/scala/com/quantifind/sumac/ArgAppTest.scala +++ b/core/src/test/scala/com/quantifind/sumac/ArgAppTest.scala @@ -23,7 +23,7 @@ class ArgAppTest extends FunSuite with Matchers { } -class MyApp extends Dummy with ArgApp[MyArgs] with ShouldMatchers { +class MyApp extends Dummy with ArgApp[MyArgs] with Matchers { def main(args: MyArgs) { args.a should be ("hello") args.b should be (17)