diff --git a/main_test.go b/main_test.go deleted file mode 100644 index 2d0bc1c..0000000 --- a/main_test.go +++ /dev/null @@ -1,12 +0,0 @@ -package slogrollbar - -import ( - "testing" - - // "go.uber.org/goleak" -) - -func TestMain(m *testing.M) { - // commented because the rollbar library is leaking a coroutine - // goleak.VerifyTestMain(m) -}