Skip to content

Commit

Permalink
Speling.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 20, 2016
1 parent 85186ec commit 026a35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retrofit/src/test/java/retrofit2/ResponseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public final class ResponseTest {
assertThat(response.errorBody()).isNull();
}

@Test public void succesWithNullHeadersThrows() {
@Test public void successWithNullHeadersThrows() {
try {
Response.success("", (okhttp3.Headers) null);
fail();
Expand Down

0 comments on commit 026a35e

Please sign in to comment.