Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Fix nullaway
Browse files Browse the repository at this point in the history
  • Loading branch information
jplock committed Nov 20, 2017
1 parent c17805f commit 0ce4ad8
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -57,11 +57,6 @@ record = new S3EventNotificationRecord("us-east-1", null, "aws:s3",
"1970-01-01T00:00:00.000Z", "2.0", null, null, s3, null);
}

@Test(expected = NullPointerException.class)
public void testFetchNull() throws Exception {
downloader.fetch(null);
}

@Test
public void testFetch() throws Exception {
final S3Object expected = new S3Object();
Expand Down

0 comments on commit 0ce4ad8

Please sign in to comment.