Skip to content

Commit f15c759

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

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
@@ -267,7 +267,7 @@ void testScopedVariableLifetime() {
267267
// Exit scope 1
268268
context.exitContext();
269269
assertEquals(1, context.getAllVariables().size());
270-
assertTrue(context.hasVariable("x"), "Global x remains");
270+
assertTrue(context.hasVariable("x"), "Base scope x remains");
271271
}
272272

273273
@Test

0 commit comments

Comments
 (0)