From 329ccb1e97dfdc9c3861aa948c0fa47a3d31c634 Mon Sep 17 00:00:00 2001 From: dours Date: Sat, 20 Aug 2022 23:45:39 +0300 Subject: [PATCH] this test should work now --- .../transpiler/simple-tests/library/dictionary/dict-4.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transpiler/src/test/resources/org/polystat/py2eo/transpiler/simple-tests/library/dictionary/dict-4.yaml b/transpiler/src/test/resources/org/polystat/py2eo/transpiler/simple-tests/library/dictionary/dict-4.yaml index c85a7e457..89b024d1a 100644 --- a/transpiler/src/test/resources/org/polystat/py2eo/transpiler/simple-tests/library/dictionary/dict-4.yaml +++ b/transpiler/src/test/resources/org/polystat/py2eo/transpiler/simple-tests/library/dictionary/dict-4.yaml @@ -1,4 +1,4 @@ -enabled: False +enabled: True python: | def test(): class A: @@ -9,4 +9,4 @@ python: | dict = {'name': 'John', 1: x} - return dict.get(1).__class__ == A \ No newline at end of file + return dict.get(1).__class__ == A