Skip to content

Commit 2bc333f

Browse files
Update liquidjava-verifier/src/test/java/liquidjava/integration/ContextIntegrationTest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9a887ac commit 2bc333f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liquidjava-verifier/src/test/java/liquidjava/integration/ContextIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void testCompleteVariableLifecycle() {
5454
);
5555
context.addVarToContext("y", intType, localPred, factory.createLiteral(0));
5656

57-
assertTrue(context.hasVariable("x"), "Global variable accessible in nested scope");
57+
assertTrue(context.hasVariable("x"), "Base scope variable accessible in nested scope");
5858
assertTrue(context.hasVariable("y"), "Local variable exists");
5959
assertEquals(2, context.getAllVariables().size(), "Should have 2 variables");
6060

0 commit comments

Comments
 (0)