Skip to content

Removing testing.T.Helper() call

Christopher Schinnerl requested to merge mtlynch:remove-helper into master

Created by: mtlynch

As far as I can see, this isn't a defined function and results in build errors:

modules/renter/proto/contractset_test.go:17: t.Helper undefined (type *testing.T has no field or method Helper)

Merge request reports