We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa72db commit 29fc027Copy full SHA for 29fc027
httpreaderat_test.go
@@ -55,7 +55,7 @@ func (ra *readerAtFixture) TestNonGetRequestMethod() {
55
ra.Nil(reader)
56
}
57
58
-func (ra *readerAtFixture) TestRangeSupportIntial() {
+func (ra *readerAtFixture) TestRangeSupportInitial() {
59
ra.server = httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
60
rnge := r.Header.Get("Range")
61
ra.Equal(rnge, "bytes=0-0")
0 commit comments