Skip to content

Commit

Permalink
remove unused string interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
melrief committed Mar 22, 2017
1 parent f47282f commit de94f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/scala/pureconfig/PureconfSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class PureconfSuite extends FlatSpec with Matchers with OptionValues with Either
}
}

"ConfigConvert" should s"be able to convert from and to None" in {
"ConfigConvert" should "be able to convert from and to None" in {
val cc = ConfigConvert[Option[Int]]
cc.from(cc.to(None)) shouldBe Right(None)
}
Expand Down

0 comments on commit de94f9a

Please sign in to comment.