From 8681ddd3c8c023944201a570be62c7ef46ab4c2d Mon Sep 17 00:00:00 2001 From: Attila Mihaly Date: Tue, 12 Mar 2024 23:22:30 +0100 Subject: [PATCH] Fixing PR #1062 --- .../reference-model/morphir-tests.json | 29 ------------------- 1 file changed, 29 deletions(-) diff --git a/tests-integration/reference-model/morphir-tests.json b/tests-integration/reference-model/morphir-tests.json index 9f889111c..470f4c132 100644 --- a/tests-integration/reference-model/morphir-tests.json +++ b/tests-integration/reference-model/morphir-tests.json @@ -60,35 +60,6 @@ "2elor" ] ], - "expectedOutput": [ - { - "position": "wedfef", - "companySize": 12312 - } - ], - "description": "" - }, - { - "inputs": [ - [ - { - "companyName": "foo", - "position": "wedfef" - } - ], - [ - { - "name": "bar", - "numberOfEmployees": 12312 - } - ] - ], - "expectedOutput": [ - { - "position": "wedfef", - "companySize": 0 - } - ], "description": "" } ]