Skip to content

Commit

Permalink
d updated markdown snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 24, 2021
1 parent 2be5877 commit 33e8053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion approvaltests/docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Function2<Class, String, File> myFinder = new Function2<Class, String, File>()
@Override
public File call(Class clazz, String fileName)
{
return new File("src/test/java/" + clazz.getPackage().getName().replaceAll("\\.", File.separator));
return new File("src/test/java/" + clazz.getPackage().getName().replaceAll("\\.", "/"));
}
};
```
Expand Down

0 comments on commit 33e8053

Please sign in to comment.