Merge pull request #6053 from RasmusWL/fix-tests

Python: Fix tests
This commit is contained in:
Taus
2021-06-10 16:55:45 +02:00
committed by GitHub

View File

@@ -349,7 +349,7 @@ class CryptographicOperationTest extends InlineExpectationsTest {
tag = "CryptographicOperation"
or
element = cryptoOperation.toString() and
value = value_from_expr(cryptoOperation.getAnInput().asExpr()) and
value = prettyNodeForInlineTest(cryptoOperation.getAnInput()) and
tag = "CryptographicOperationInput"
or
element = cryptoOperation.toString() and