Skip to content

Commit

Permalink
fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman committed Sep 9, 2022
1 parent 5a5adea commit ed71403
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ void testListJobsIncludingIdMultiplePages() throws IOException {
}

@Test
@DisplayName("Should return an empty list if there is no job with the starting ID for this connection")
@DisplayName("Should return an empty list if there is no job with the includingJob ID for this connection")
void testListJobsIncludingIdFromWrongConnection() throws IOException {
for (int i = 0; i < 10; i++) {
jobPersistence.enqueueJob(CONNECTION_ID.toString(), SPEC_JOB_CONFIG);
Expand Down

0 comments on commit ed71403

Please sign in to comment.