We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716627c commit dd457f9Copy full SHA for dd457f9
python/ql/test/experimental/meta/ConceptsTest.qll
@@ -349,7 +349,7 @@ class CryptographicOperationTest extends InlineExpectationsTest {
349
tag = "CryptographicOperation"
350
or
351
element = cryptoOperation.toString() and
352
- value = value_from_expr(cryptoOperation.getAnInput().asExpr()) and
+ value = prettyNodeForInlineTest(cryptoOperation.getAnInput()) and
353
tag = "CryptographicOperationInput"
354
355
0 commit comments