Skip to content

Commit

Permalink
#25 polish
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 9, 2016
1 parent 4d4e8ed commit 57e5832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/jare/tk/TkRelayTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void setsCachingHeaders() throws Exception {
),
Matchers.allOf(
new HmRsHeader("Age", "31536000"),
new HmRsHeader("Cache-Control", "max-age=31536000"),
new HmRsHeader("Cache-control", "max-age=31536000"),
new HmRsHeader("Expires", "Sun, 19 Jul 2020 18:06:32 GMT"),
Matchers.not(
new HmRsHeader("Cache-Control", "max-age=600")
Expand Down

0 comments on commit 57e5832

Please sign in to comment.