mirror of
https://github.com/gin-gonic/gin.git
synced 2025-05-22 12:19:16 +08:00
test(internal/fs): fix test function name (#4235)
This commit is contained in:
parent
da67cc1b98
commit
2e2bd1f408
@ -18,7 +18,7 @@ func (m *mockFileSystem) Open(name string) (http.File, error) {
|
|||||||
return m.open(name)
|
return m.open(name)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TesFileSystem_Open(t *testing.T) {
|
func TestFileSystem_Open(t *testing.T) {
|
||||||
var testFile *os.File
|
var testFile *os.File
|
||||||
mockFS := &mockFileSystem{
|
mockFS := &mockFileSystem{
|
||||||
open: func(name string) (http.File, error) {
|
open: func(name string) (http.File, error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user