Skip to content

Commit dd457f9

Browse files
committed
Python: Fix tests
1 parent 716627c commit dd457f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/test/experimental/meta/ConceptsTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ class CryptographicOperationTest extends InlineExpectationsTest {
349349
tag = "CryptographicOperation"
350350
or
351351
element = cryptoOperation.toString() and
352-
value = value_from_expr(cryptoOperation.getAnInput().asExpr()) and
352+
value = prettyNodeForInlineTest(cryptoOperation.getAnInput()) and
353353
tag = "CryptographicOperationInput"
354354
or
355355
element = cryptoOperation.toString() and

0 commit comments

Comments
 (0)