Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Fix path on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Apr 6, 2017
1 parent ac4827f commit 55f1e1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class LocalDirectoryDependencyTest {
@Test
void 'formatting should succeed'() {
assert dependency.formatVersion() == resource.absolutePath
assert dependency.formatVersion() == StringUtils.toUnixString(resource)
}
@Test
Expand Down

0 comments on commit 55f1e1d

Please sign in to comment.