Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Removing useless modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorvaryn committed Aug 26, 2015
1 parent acf7878 commit c14bc56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/test/java/com/novoda/rxpresso/RxExpectTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

public class RxExpectTest {

public @Rule
@Rule
ExpectedException expectedException = ExpectedException.none();

@Test
Expand All @@ -33,8 +33,6 @@ public void expectFailsIfNoEventMatchesMatcher() throws Exception {
.subscribe(expect(anyError(Integer.class)));
}



@Test
public void expectOnlyMatchesAccordingToMatcher() throws Exception {
Observable<Integer> observableToTest = SingleEvent.onNext(42);
Expand Down

0 comments on commit c14bc56

Please sign in to comment.