0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00

Typo corrected

This commit is contained in:
Karthic Rao 2015-06-19 22:30:48 +05:30
parent c166261513
commit 13c5d25a2e

View file

@ -24,7 +24,7 @@ func TestLog(t *testing.T) {
myHandler, ok := handler.(caddylog.Logger)
if !ok {
t.Fatalf("Expected handler to be type Ext, got: %#v", handler)
t.Fatalf("Expected handler to be type Logger, got: %#v", handler)
}
if myHandler.Rules[0].PathScope != "/" {