From 9e9f3a2b7046164edfe1655bf052b968cbce285e Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Thu, 30 Nov 2017 11:32:19 -0500 Subject: [PATCH] tests: fix tests for model json Signed-off-by: Alexandre Terrasa --- .../test_classdefs_to_full_json.res | 2 +- .../test_classes_to_full_json.res | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/model/test_model_json.sav/test_classdefs_to_full_json.res b/src/model/test_model_json.sav/test_classdefs_to_full_json.res index bf731cd..6a4e795 100644 --- a/src/model/test_model_json.sav/test_classdefs_to_full_json.res +++ b/src/model/test_model_json.sav/test_classdefs_to_full_json.res @@ -1311,7 +1311,7 @@ } }, "visibility": "public", - "modifiers": ["public", "class"], + "modifiers": ["class"], "location": { "column_end": 3, "column_start": 1, diff --git a/src/model/test_model_json.sav/test_classes_to_full_json.res b/src/model/test_model_json.sav/test_classes_to_full_json.res index dc7f14b..79c488c 100644 --- a/src/model/test_model_json.sav/test_classes_to_full_json.res +++ b/src/model/test_model_json.sav/test_classes_to_full_json.res @@ -1347,7 +1347,7 @@ } }, "visibility": "public", - "modifiers": ["public", "class"], + "modifiers": ["class"], "location": { "column_end": 3, "column_start": 1, -- 1.7.9.5