Skip to content

Commit bbc5e58

Browse files
committed
Fix Test
1 parent b142165 commit bbc5e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void testOldVariableTracking() {
148148
assertTrue(oldVars.contains("x"), "Should contain x");
149149

150150
// Test changeOldMentions method executes
151-
Predicate changed = expr.changeOldMentions("x", "newX", null);
151+
Predicate changed = expr.changeOldMentions("x", "newX");
152152
assertNotNull(changed, "Change should produce result");
153153

154154
// Verify original expression still accessible

0 commit comments

Comments
 (0)