Skip to content

Commit

Permalink
minor: fixed deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hrj committed Sep 7, 2016
1 parent 78ad265 commit 968e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/test/scala/co/uproot/abandon/TestComparator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object TestComparator extends FlatSpec {
val srcSecond = scala.io.Source.fromFile(second)
val txtSecond = try srcSecond.getLines mkString "\n" finally srcSecond.close()

txtFirst == txtSecond
txtFirst === txtSecond
}

def xmlComparator(first: String, second: String) :Boolean = {
Expand Down

0 comments on commit 968e504

Please sign in to comment.