Skip to content

Commit 78d3ecf

Browse files
Update liquidjava-verifier/src/test/java/liquidjava/integration/VerificationWorkflowIntegrationTest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6493019 commit 78d3ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ void testScopedVariableLifetime() {
245245
// Test variables in nested scopes with same names
246246
CtTypeReference<Integer> intType = factory.Type().integerPrimitiveType();
247247

248-
// Global x
248+
// Base scope x
249249
context.addVarToContext("x", intType, Predicate.createLit("0", "int"), factory.createLiteral(0));
250250
assertEquals(1, context.getAllVariables().size());
251251

0 commit comments

Comments
 (0)