Skip to content

Commit

Permalink
Fix ToolClasspathTests on Window
Browse files Browse the repository at this point in the history
  • Loading branch information
MasseGuillaume committed Jan 30, 2018
1 parent e8e21b8 commit 2dc733a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ToolClasspathTests extends FunSuite with BeforeAndAfterAll {
val index =
new LazySemanticdbIndex(toolClasspath = scalafmtClasspath)
val decoder = ScalafixCompilerDecoder.baseCompilerDecoder(index)
val obtained = decoder.read(Conf.Str(tmp.toUri)).get
val obtained = decoder.read(Conf.Str(tmp.toUri.toString)).get
val expectedName = "FormatRule"
assert(obtained.name.value == expectedName)
}
Expand Down

0 comments on commit 2dc733a

Please sign in to comment.