Skip to content

Commit 29fc027

Browse files
guilhemCopilot
andauthored
fix(test): TestRangeSupportInitial name
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0aa72db commit 29fc027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpreaderat_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (ra *readerAtFixture) TestNonGetRequestMethod() {
5555
ra.Nil(reader)
5656
}
5757

58-
func (ra *readerAtFixture) TestRangeSupportIntial() {
58+
func (ra *readerAtFixture) TestRangeSupportInitial() {
5959
ra.server = httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
6060
rnge := r.Header.Get("Range")
6161
ra.Equal(rnge, "bytes=0-0")

0 commit comments

Comments
 (0)