Closed alexandear closed 7 months ago
The PR refactors client tests: return an error instead of using t.Fatal with panic. This is a more elegant and shorter solution.
t.Fatal
panic
Thanks!
The PR refactors client tests: return an error instead of using
t.Fatal
withpanic
. This is a more elegant and shorter solution.