Skip to content

Commit

Permalink
fix test from #45
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortimerp9 committed May 2, 2014
1 parent 6db709c commit 88e26e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/scala/com/quantifind/sumac/ArgAppTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 88e26e5

Please sign in to comment.