chore(run_test.go): make use of t
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
45ec295b93
commit
5b9378b4da
@ -6,5 +6,6 @@ package main
|
|||||||
import "testing"
|
import "testing"
|
||||||
|
|
||||||
func TestRun(t *testing.T) {
|
func TestRun(t *testing.T) {
|
||||||
|
t.Log("call run() (TODO: improve this test)")
|
||||||
run()
|
run()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user