Skip to content

Commit

Permalink
Fix unit test after last() changed behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Nov 7, 2013
1 parent 2a737ec commit 1945713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public Subscription onSubscribe(Observer<? super String> observer) {
public Boolean call(String s) {
return false;
}
})).toBlockingObservable().last();
})).toBlockingObservable().lastOrDefault("");
}

@Test
Expand Down

0 comments on commit 1945713

Please sign in to comment.