Skip to content

Commit 9a887ac

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ void testCompleteVariableLifecycle() {
4141
Predicate.createLit("0", "int")
4242
);
4343

44-
// Add variable in global scope
44+
// Add variable in base scope
4545
context.addVarToContext("x", intType, initialPred, factory.createLiteral(0));
46-
assertTrue(context.hasVariable("x"), "Variable should exist in global scope");
46+
assertTrue(context.hasVariable("x"), "Variable should exist in base scope");
4747

4848
// Enter new scope and add local variable
4949
context.enterContext();

0 commit comments

Comments
 (0)