Skip to content

Commit

Permalink
Formatting change
Browse files Browse the repository at this point in the history
Co-authored-by: Soroosh Taefi <[email protected]>
  • Loading branch information
caalador and taefi committed Mar 2, 2021
1 parent e2fdc6e commit b68647b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void nonThemeDependency_urlIsNotRewritten() {
protected String getTestPath() {
String path = super.getTestPath();
String view = "view/";
return path.replace(view, "path/");
return path.replace(view, "path/");
}

}

0 comments on commit b68647b

Please sign in to comment.