Skip to content

Commit e4e0313

Browse files
committedMay 19, 2023
tpl/urls: Fix build broken by a merge
1 parent 5b3e165 commit e4e0313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tpl/urls/urls_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ func TestParse(t *testing.T) {
7373
func TestJoinPath(t *testing.T) {
7474
t.Parallel()
7575
c := qt.New(t)
76+
ns := newNs()
7677

7778
for _, test := range []struct {
7879
elements any

0 commit comments

Comments
 (0)
Please sign in to comment.