Skip to content

Commit

Permalink
fix(manifests/test): add missing @test annotation (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbyron-sf authored Dec 6, 2023
1 parent 9d2add1 commit 526da75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public void realNullReferenceOfOverrides() throws IOException {
}
}

@Test
public void exceptionDownloading() throws IOException {
// When artifactDownloader throws an exception, make sure we wrap it and get
// a chance to include our own message, so the exception that goes up the
Expand Down

0 comments on commit 526da75

Please sign in to comment.