Skip to content

Commit

Permalink
chore(jsonnetx): support TB (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Apr 30, 2024
1 parent 0b91ab7 commit e825b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonnetsecure/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type (
}
)

func NewTestProvider(t *testing.T) *TestProvider {
func NewTestProvider(t testing.TB) *TestProvider {
pool := NewProcessPool(runtime.GOMAXPROCS(0))
t.Cleanup(pool.Close)
return &TestProvider{JsonnetTestBinary(t), pool}
Expand Down

0 comments on commit e825b14

Please sign in to comment.