Skip to content

Commit 46fa8cd

Browse files
Dean KarnDean Karn
authored andcommitted
ensure test coverage at 100% after changes
1 parent 2162f50 commit 46fa8cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pure_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ func TestAutomaticallyHandleOPTIONS(t *testing.T) {
420420
p.Patch("/home", defaultHandler)
421421
p.Trace("/home", defaultHandler)
422422
p.Handle("PROPFIND", "/home", defaultHandler)
423+
p.Options("/options", defaultHandler)
423424

424425
code, _ := request(http.MethodGet, "/home", p)
425426
Equal(t, code, http.StatusOK)

0 commit comments

Comments
 (0)