From d32b44aedd6c78886ca133eafb1b9e140d7b0df5 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 27 May 2022 22:06:30 +0200 Subject: [PATCH] app(main_test): log success --- main_test.go | 1 + 1 file changed, 1 insertion(+) 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") }