Python: Fix tests

This commit is contained in:
Rasmus Wriedt Larsen
2021-06-10 15:58:56 +02:00
parent 716627c1dd
commit dd457f9641

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