From 22c858c9d6a3c830f4298636482078625ac4cf04 Mon Sep 17 00:00:00 2001 From: bashbunni Date: Wed, 4 Dec 2024 15:33:37 -0800 Subject: [PATCH] wip: what the heck is the error type from actions... --- glow_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glow_test.go b/glow_test.go index 1b1b19f0..5c37a994 100644 --- a/glow_test.go +++ b/glow_test.go @@ -27,7 +27,7 @@ func TestGlowSources(t *testing.T) { t.Logf("Error during execution (args: %s):\n%v", v, err) t.Skip("Test uses network. Are you connected to the Internet?") } else { - t.Errorf("Error during execution (args: %s): %v", v, err) + t.Errorf("Error during execution (args: %s): %T %v", v, err, err) } if buf.Len() == 0 {