Skip to content

Commit

Permalink
Fix assert message
Browse files Browse the repository at this point in the history
  • Loading branch information
gdufrene committed Oct 18, 2023
1 parent 5b9e677 commit 8a8c490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okhttp/src/test/java/feign/okhttp/OkHttpClientTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void canSupportDeflate() throws Exception {

@Override
public void canSupportDeflateOnError() throws Exception {
assumeFalse("OkHTTP client do not support gzip compression", false);
assumeFalse("OkHTTP client do not support deflate compression", false);
}

@Override
Expand Down

0 comments on commit 8a8c490

Please sign in to comment.