diff --git a/spec/std/http/headers_spec.cr b/spec/std/http/headers_spec.cr index a58c7d41d315..5cdf981923a1 100644 --- a/spec/std/http/headers_spec.cr +++ b/spec/std/http/headers_spec.cr @@ -166,7 +166,7 @@ describe HTTP::Headers do end it "matches word with comma separated value, partial match (array)" do - headers = HTTP::Headers{"foo" => ["bar", "bazo, baz"]} + headers = HTTP::Headers{"foo" => ["foo", "baz, bazo"]} headers.includes_word?("foo", "baz").should be_true end