Skip to content

Commit 0ddaf02

Browse files
committed
fixed
1 parent 2946011 commit 0ddaf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/com/github/hauner/openapi/test/ProcessorTestBase.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ abstract class ProcessorTestBase {
194194
found.close ()
195195

196196
files.collect {
197-
it.replace ("\\\\", "/")
197+
it.replace ('\\', '/')
198198
}
199199
}
200200

0 commit comments

Comments
 (0)