We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3e165 commit e4e0313Copy full SHA for e4e0313
tpl/urls/urls_test.go
@@ -73,6 +73,7 @@ func TestParse(t *testing.T) {
73
func TestJoinPath(t *testing.T) {
74
t.Parallel()
75
c := qt.New(t)
76
+ ns := newNs()
77
78
for _, test := range []struct {
79
elements any
0 commit comments