Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b00lduck committed Jul 27, 2016
1 parent 68c42ea commit c19449f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/cache_strategy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func Test_CacheStrategy_IsCachable(t *testing.T) {
}

for _, t := range tests {
cacheable := t.strategy.IsCachable(t.method, "", t.statusCode, t.requestHeader, t.responseHeader)
cacheable := t.strategy.IsCacheable(t.method, "", t.statusCode, t.requestHeader, t.responseHeader)
message := fmt.Sprintf("%v = isCacheable(%q, %q, %v, %v, %v)", cacheable, t.method, "", t.statusCode, t.requestHeader, t.responseHeader)
if t.isCacheable {
a.True(cacheable, message)
Expand Down

0 comments on commit c19449f

Please sign in to comment.