diff --git a/main_test.go b/main_test.go index e2e3557..a88f1a7 100644 --- a/main_test.go +++ b/main_test.go @@ -10,4 +10,5 @@ // does this test even make sense? func TestExecMain(t *testing.T) { go main() + t.Log("Main executed successfully") }