update evaluate_expression call in test-cryptol-remote-api.py

This commit is contained in:
Matthew Yacavone 2021-04-23 14:02:29 -04:00
parent 8528e1dbf3
commit 9572ddbbf4

View File

@ -14,4 +14,4 @@ else:
raise Exception('specify socket or http for connection type')
c.load_module('Cryptol')
assert c.evaluate_expression("1+1").result()['value'] == 2
assert c.evaluate_expression("1+1") == 2