Skip to content
Snippets Groups Projects
Commit 03ba9413 authored by Sean-M's avatar Sean-M
Browse files

Fixed test warning

parent a3237d5a
No related branches found
No related tags found
No related merge requests found
...@@ -262,7 +262,7 @@ public static String getImgName(String img) { ...@@ -262,7 +262,7 @@ public static String getImgName(String img) {
if (System.getProperty("os.name").contains("Windows")) { if (System.getProperty("os.name").contains("Windows")) {
imgSp = img.split("\\\\"); imgSp = img.split("\\\\");
} else { } else {
imgSp = img.split("/");; imgSp = img.split("/");
} }
return stripExtension(imgSp[imgSp.length - 1]); return stripExtension(imgSp[imgSp.length - 1]);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment