Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion handler/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func bundledWithModule(t *testing.T, h *Handler, name, ext string) (string, stri
t.Fatalf("bundling fixture: %v", err)
}
// sanity: it must actually unbundle into more than just the root
all, err := h.unbundle(bundled)
all, _, err := h.unbundle(bundled)
if err != nil {
t.Fatalf("unbundling fixture: %v", err)
}
Expand Down
Loading