Skip to content

Commit

Permalink
Update for boxscript syntax change
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Jan 28, 2025
1 parent 665a94d commit c28516e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void testClientScope() {
// @formatter:off
runtime.executeSource(
"""
application name="myApp-with-client-scope-on" clientManagement="true";
bx:application name="myApp-with-client-scope-on" clientManagement="true";
result = application;
result2 = client;
Expand Down Expand Up @@ -54,7 +54,7 @@ public void testGetClientVariablesList() {
// @formatter:off
runtime.executeSource(
"""
application name="myApp-with-client-scope-variables" clientManagement="true";
bx:application name="myApp-with-client-scope-variables" clientManagement="true";
client.foo = "bar";
result = getClientVariablesList();
Expand Down

0 comments on commit c28516e

Please sign in to comment.