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