diff options
| author | Jes Cok <xigua67damn@gmail.com> | 2024-05-16 06:49:49 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-05-15 23:39:44 +0000 |
| commit | ae5ee7042ec8e1fa9d88d7b8c284d3fb8fef4f58 (patch) | |
| tree | fb3814b8ba0b1802f1fb05804276b1f8a4cf059b /src/net/http | |
| parent | 13d36a9b46c7beeb49ffc623d5ab0568840b277b (diff) | |
| download | go-ae5ee7042ec8e1fa9d88d7b8c284d3fb8fef4f58.tar.xz | |
net/http, reflect: rename Test function names
To be consistent with other tests.
Change-Id: Ibea1d3bf57a295f024e05173d17112ce46a4f0bc
Reviewed-on: https://go-review.googlesource.com/c/go/+/585895
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/net/http')
| -rw-r--r-- | src/net/http/fs_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/http/fs_test.go b/src/net/http/fs_test.go index 63278d890f..2c3426f735 100644 --- a/src/net/http/fs_test.go +++ b/src/net/http/fs_test.go @@ -1456,7 +1456,7 @@ func (d fileServerCleanPathDir) Open(path string) (File, error) { type panicOnSeek struct{ io.ReadSeeker } -func Test_scanETag(t *testing.T) { +func TestScanETag(t *testing.T) { tests := []struct { in string wantETag string |
