Skip to content

Replace cleanup functions with t.Cleanup

Igor Drozdov requested to merge id-refactor-cleanup into main

Golang 1.14 introduced https://golang.org/pkg/testing/#T.Cleanup. In this case, we don't need to propagate cleanup function. It simplifies the code.

Merge request reports

Loading