Skip to content

Commit 33e8053

Browse files
committed
d updated markdown snippets
1 parent 2be5877 commit 33e8053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

approvaltests/docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Function2<Class, String, File> myFinder = new Function2<Class, String, File>()
150150
@Override
151151
public File call(Class clazz, String fileName)
152152
{
153-
return new File("src/test/java/" + clazz.getPackage().getName().replaceAll("\\.", File.separator));
153+
return new File("src/test/java/" + clazz.getPackage().getName().replaceAll("\\.", "/"));
154154
}
155155
};
156156
```

0 commit comments

Comments
 (0)