Skip to content

Commit

Permalink
Removed incorrect test
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamugare committed Apr 24, 2019
1 parent 7d27261 commit 3b8e01c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nullaway/src/test/java/com/uber/nullaway/NullAwayTest.java
Expand Up @@ -1573,11 +1573,6 @@ public void OptionalEmptinessRxPositiveTest() {
" .filter(optional -> optional.isPresent() || perhaps())",
" // BUG: Diagnostic contains: Optional optional can be empty",
" .map(optional -> optional.get().toString());",
" observable",
" .filter(optional -> optional.isPresent() || perhaps())",
" // BUG: Diagnostic contains: returning @Nullable expression from method with @NonNull",
" .map(optional -> optional.get())",
" .map(irr -> irr.toString());",
" }",
"}")
.doTest();
Expand Down

0 comments on commit 3b8e01c

Please sign in to comment.