chore(run_test.go): make use of t
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-08-03 17:39:51 +02:00
parent 45ec295b93
commit 5b9378b4da
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -6,5 +6,6 @@
import "testing"
func TestRun(t *testing.T) {
t.Log("call run() (TODO: improve this test)")
run()
}