Skip to content

Commit 30370d2

Browse files
committed
Deleted temporary random files
1 parent 7168726 commit 30370d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gobpieTestTemp1.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

junit11958298184442353335

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/test/java/GobPieConfTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ void testReadGobPieConfiguration() {
6969
assertTrue(systemOut.getLines().anyMatch(line -> line.contains("GobPie configuration read from json")));
7070
assertEquals(expectedGobPieConfiguration, actualGobPieConfiguration);
7171
}
72+
7273
/*
7374
* Mock test to ensure @readGobPieConfiguration function
7475
* reads Complete GobPie configuration with different Boolean values
@@ -116,6 +117,7 @@ void testGobPieConfigurationDefaultValues() {
116117
assertTrue(systemOut.getLines().anyMatch(line -> line.contains("GobPie configuration read from json")));
117118
assertEquals(expectedGobPieConfiguration, actualGobPieConfiguration);
118119
}
120+
119121
/*
120122
* Mock test to ensure @readGobPieConfiguration function
121123
* throws an exception when there is a syntax error in the JSON
@@ -201,7 +203,7 @@ void testGobPieConfigurationFileMissingInRoot() throws IOException, ExecutionExc
201203

202204
/*
203205
* Mock test to ensure @readGobPieConfiguration function
204-
*
206+
*
205207
*/
206208
@Test
207209
void testGobPieConfigurationWithoutGoblintConfField() throws IOException, ExecutionException, InterruptedException {

0 commit comments

Comments
 (0)