From 278670f82b3bcfb626b1100957aa298a20d16142 Mon Sep 17 00:00:00 2001 From: manumafe98 Date: Thu, 15 Feb 2024 11:50:04 -0300 Subject: [PATCH] Fixing smoke tests expected_analysis and tags indentation --- .../exemplar-solution/expected_analysis.json | 18 +++++++------- .../exemplar-solution/expected_tags.json | 2 +- .../using-if-statement/expected_analysis.json | 24 +++++++++---------- .../using-if-statement/expected_tags.json | 2 +- .../using-while-loop/expected_analysis.json | 24 +++++++++---------- .../using-while-loop/expected_tags.json | 2 +- 6 files changed, 36 insertions(+), 36 deletions(-) diff --git a/tests/need-for-speed/exemplar-solution/expected_analysis.json b/tests/need-for-speed/exemplar-solution/expected_analysis.json index 57ca892f..fd089abd 100644 --- a/tests/need-for-speed/exemplar-solution/expected_analysis.json +++ b/tests/need-for-speed/exemplar-solution/expected_analysis.json @@ -1,11 +1,11 @@ { - "comments": [ - { - "comment": "java.general.exemplar", - "params": { - "exerciseName": "NeedForSpeed" - }, - "type": "celebratory" - } - ] + "comments": [ + { + "comment": "java.general.exemplar", + "params": { + "exerciseName": "NeedForSpeed" + }, + "type": "celebratory" + } + ] } \ No newline at end of file diff --git a/tests/need-for-speed/exemplar-solution/expected_tags.json b/tests/need-for-speed/exemplar-solution/expected_tags.json index 461857ee..eb25b190 100644 --- a/tests/need-for-speed/exemplar-solution/expected_tags.json +++ b/tests/need-for-speed/exemplar-solution/expected_tags.json @@ -1,3 +1,3 @@ { - "tags": [] + "tags": [] } \ No newline at end of file diff --git a/tests/need-for-speed/using-if-statement/expected_analysis.json b/tests/need-for-speed/using-if-statement/expected_analysis.json index 479431c7..d4b880b4 100644 --- a/tests/need-for-speed/using-if-statement/expected_analysis.json +++ b/tests/need-for-speed/using-if-statement/expected_analysis.json @@ -1,14 +1,14 @@ { - "comments": [ - { - "comment": "java.need-for-speed.avoid_conditional_logic", - "params": {}, - "type": "actionable" - }, - { - "comment": "java.general.feedback_request", - "params": {}, - "type": "informative" - } - ] + "comments": [ + { + "comment": "java.need-for-speed.avoid_conditional_logic", + "params": {}, + "type": "actionable" + }, + { + "comment": "java.general.feedback_request", + "params": {}, + "type": "informative" + } + ] } \ No newline at end of file diff --git a/tests/need-for-speed/using-if-statement/expected_tags.json b/tests/need-for-speed/using-if-statement/expected_tags.json index 461857ee..eb25b190 100644 --- a/tests/need-for-speed/using-if-statement/expected_tags.json +++ b/tests/need-for-speed/using-if-statement/expected_tags.json @@ -1,3 +1,3 @@ { - "tags": [] + "tags": [] } \ No newline at end of file diff --git a/tests/need-for-speed/using-while-loop/expected_analysis.json b/tests/need-for-speed/using-while-loop/expected_analysis.json index 51facaa9..02b94ded 100644 --- a/tests/need-for-speed/using-while-loop/expected_analysis.json +++ b/tests/need-for-speed/using-while-loop/expected_analysis.json @@ -1,14 +1,14 @@ { - "comments": [ - { - "comment": "java.need-for-speed.avoid_loops", - "params": {}, - "type": "actionable" - }, - { - "comment": "java.general.feedback_request", - "params": {}, - "type": "informative" - } - ] + "comments": [ + { + "comment": "java.need-for-speed.avoid_loops", + "params": {}, + "type": "actionable" + }, + { + "comment": "java.general.feedback_request", + "params": {}, + "type": "informative" + } + ] } \ No newline at end of file diff --git a/tests/need-for-speed/using-while-loop/expected_tags.json b/tests/need-for-speed/using-while-loop/expected_tags.json index 461857ee..eb25b190 100644 --- a/tests/need-for-speed/using-while-loop/expected_tags.json +++ b/tests/need-for-speed/using-while-loop/expected_tags.json @@ -1,3 +1,3 @@ { - "tags": [] + "tags": [] } \ No newline at end of file