Skip to content

Commit f1c60de

Browse files
committed
Change 2 test description
1 parent f0ab60a commit f1c60de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/GobPieConfTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,9 @@ void testGobPieConfigurationFileMissingInRoot() throws IOException, ExecutionExc
203203
}
204204

205205
/**
206-
* Mock test to ensure @readGobPieConfiguration function
207-
*
206+
* Mock test to ensure @readGobPieConfiguration function reads configuration
207+
* when the required field is not present. After adding the required field to the
208+
* configuration, verify that the function successfully reads the updated configuration.
208209
*/
209210
@Test
210211
void testGobPieConfigurationWithoutGoblintConfField() throws IOException, ExecutionException, InterruptedException {
@@ -262,7 +263,6 @@ void testGobPieConfigurationWithoutGoblintConfField() throws IOException, Execut
262263
@Test
263264
void testGobPieConfigurationWithoutGoblintConfField2() throws ExecutionException, InterruptedException {
264265
GobPieConfReader gobPieConfReader = preFileSetup(6);
265-
266266
CompletableFuture<GobPieConfiguration> future = CompletableFuture.supplyAsync(gobPieConfReader::readGobPieConfiguration);
267267

268268
// Assert that the configuration was read;

0 commit comments

Comments
 (0)