mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-04 01:53:09 +03:00
typo corrected
This commit is contained in:
parent
d9729b4a2e
commit
9d33d9d6b0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ func TestInternal(t *testing.T) {
|
|||
|
||||
}
|
||||
|
||||
func InternalParse(t *testing.T) {
|
||||
func TestInternalParse(t *testing.T) {
|
||||
tests := []struct {
|
||||
inputInternalPaths string
|
||||
shouldErr bool
|
||||
|
|
Loading…
Reference in a new issue