Skip to content

Commit

Permalink
Merge f437f17 into 4ed6be9
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras committed Sep 17, 2015
2 parents 4ed6be9 + f437f17 commit d4e7ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sockjs/options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestInfoGet(t *testing.T) {
t.Errorf("Websocket field should be set true")
}
if a.CookieNeeded {
t.Errorf("CookieNeede should be set to false")
t.Errorf("CookieNeeded should be set to false")
}
}

Expand Down

0 comments on commit d4e7ad7

Please sign in to comment.