Skip to content

Commit

Permalink
Rerun build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Glasgow committed Nov 29, 2021
1 parent 55aabfe commit 85493ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void testNever() throws IOException {
}

/**
* Ensure a closeable path is not cleaned up for a cleanup mode of ON_SUCCESS if there is a TestAbortedException.
* Ensure a closeable path is not cleaned up for a cleanup mode of ON_SUCCESS, if there is a TestAbortedException.
*/
@Test
void testOnSuccessWithTestAbortedException() throws IOException {
Expand All @@ -91,7 +91,7 @@ void testOnSuccessWithTestAbortedException() throws IOException {
}

/**
* Ensure a closeable path is cleaned up for a cleanup mode of ON_SUCCESS if there is no exception.
* Ensure a closeable path is cleaned up for a cleanup mode of ON_SUCCESS, if there is no exception.
*/
@Test
void testOnSuccessWithNoTestAbortedException() throws IOException {
Expand Down

0 comments on commit 85493ee

Please sign in to comment.