Skip to content

Commit

Permalink
Rename test to be more reflective of what it's testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaishavGandhi committed Aug 14, 2019
1 parent f0bb0a3 commit ae2e5d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void repackagingOENIEs_disabled() {
}

@Test
public void guardObserverChecks_disabled() {
public void disableGuardObserverChecks_rewritesStacktrace() {
RxDogTag.builder().guardObserverCallbacks(false).install();

Exception original = new RuntimeException("Exception!");
Expand Down

0 comments on commit ae2e5d5

Please sign in to comment.