From 06d0ad301cf47480b1c7c2b959070a1efb2078ad Mon Sep 17 00:00:00 2001 From: l-1squared <30831153+l-1squared@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:24:30 +0100 Subject: [PATCH] fix(Code beauty): more POSIX confroming file endings Signed-off-by: l-1squared <30831153+l-1squared@users.noreply.github.com> --- .../java/com/tngtech/jgiven/report/model/ExecutionStatus.java | 2 +- .../jgiven/report/text/PlainTextReportGeneratorTest.java | 2 +- ...ven.report.text.ResourceForPlainTextReportGeneratorTest.json | 2 +- .../src/test/java/com/tngtech/jgiven/junit/AssumptionTest.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jgiven-core/src/main/java/com/tngtech/jgiven/report/model/ExecutionStatus.java b/jgiven-core/src/main/java/com/tngtech/jgiven/report/model/ExecutionStatus.java index c1054ee442..195d534fe8 100644 --- a/jgiven-core/src/main/java/com/tngtech/jgiven/report/model/ExecutionStatus.java +++ b/jgiven-core/src/main/java/com/tngtech/jgiven/report/model/ExecutionStatus.java @@ -6,4 +6,4 @@ public enum ExecutionStatus { FAILED, ABORTED, SOME_STEPS_PENDING -} \ No newline at end of file +} diff --git a/jgiven-core/src/test/java/com/tngtech/jgiven/report/text/PlainTextReportGeneratorTest.java b/jgiven-core/src/test/java/com/tngtech/jgiven/report/text/PlainTextReportGeneratorTest.java index 3b798332c3..8df29f2f14 100644 --- a/jgiven-core/src/test/java/com/tngtech/jgiven/report/text/PlainTextReportGeneratorTest.java +++ b/jgiven-core/src/test/java/com/tngtech/jgiven/report/text/PlainTextReportGeneratorTest.java @@ -32,4 +32,4 @@ public void can_create_an_output_folder() throws IOException { assertThat(outputDir.list()) .contains("com.tngtech.jgiven.report.text.ResourceForPlainTextReportGeneratorTest.feature"); } -} \ No newline at end of file +} diff --git a/jgiven-core/src/test/resources/com.tngtech.jgiven.report.text.ResourceForPlainTextReportGeneratorTest.json b/jgiven-core/src/test/resources/com.tngtech.jgiven.report.text.ResourceForPlainTextReportGeneratorTest.json index 5f91045598..158c0ed81b 100644 --- a/jgiven-core/src/test/resources/com.tngtech.jgiven.report.text.ResourceForPlainTextReportGeneratorTest.json +++ b/jgiven-core/src/test/resources/com.tngtech.jgiven.report.text.ResourceForPlainTextReportGeneratorTest.json @@ -24,4 +24,4 @@ } ], "tagMap": {} -} \ No newline at end of file +} diff --git a/jgiven-junit/src/test/java/com/tngtech/jgiven/junit/AssumptionTest.java b/jgiven-junit/src/test/java/com/tngtech/jgiven/junit/AssumptionTest.java index 91248797d0..1d1705b5c4 100644 --- a/jgiven-junit/src/test/java/com/tngtech/jgiven/junit/AssumptionTest.java +++ b/jgiven-junit/src/test/java/com/tngtech/jgiven/junit/AssumptionTest.java @@ -54,4 +54,4 @@ private static void assertJAssumptionFailure() { private static void junitAssumptionFailure() { Assume.assumeTrue(false); } -} \ No newline at end of file +}