From 99a706f200316ed7a4ee920cb2bedd237d21dedc Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Mon, 8 Apr 2024 12:36:20 -0400 Subject: [PATCH] Test codecov --- dummy_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dummy_test.go b/dummy_test.go index 95ff4c9..16df615 100644 --- a/dummy_test.go +++ b/dummy_test.go @@ -4,10 +4,12 @@ package sandbox import ( + "fmt" "testing" _ "golang.org/x/net/nettest" ) func TestDummy(*testing.T) { + fmt.Println("test") }