Skip to content

Commit

Permalink
LPD-31478 Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 2, 2024
1 parent b78d9ee commit febc610
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ runGradleTest {

String typeSettings = String.valueOf(value.get("typeSettings"))

assert typeSettings.contains("clayURL=css/clay.css")
assert typeSettings.contains("mainURL=css/main.css")
assert typeSettings.contains("clayRTLURL=css/clay_rtl.css")
assert typeSettings.contains("clayURL=css/clay.css")
assert typeSettings.contains("mainRTLURL=css/main_rtl.css")
assert typeSettings.contains("mainURL=css/main.css")
}

_testClientExtensionConfigJSON("theme-css-without-frontend-token-definition-json") {
Expand Down

0 comments on commit febc610

Please sign in to comment.