Skip to content

Commit e65fba7

Browse files
zepatrikory-bot
authored andcommitted
test: minor setup improvements
GitOrigin-RevId: cc7740e9ef1c5469df10001c6dd1bca50368ee01
1 parent 640eb0b commit e65fba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oryx/contextx/tree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616

1717
var RootContext = context.WithValue(context.Background(), ValidContextKey, true)
1818

19-
func TestRootContext(t *testing.T) context.Context {
19+
func TestRootContext(t testing.TB) context.Context {
2020
return context.WithValue(t.Context(), ValidContextKey, true)
2121
}
2222

0 commit comments

Comments
 (0)