Commit 7964f7f1 authored by JessonChan's avatar JessonChan

test bug fixed

parent 8603127c
......@@ -32,7 +32,7 @@ func Test_ExtractEncoding(t *testing.T) {
t.Fail()
}
if parseEncoding("deflate;q=0.5,gzip;q=0.5,identity") != "identity" {
if parseEncoding("deflate;q=0.5,gzip;q=0.5,identity") != "" {
t.Fail()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment