diff --git a/cmd/apexd/main_test.go b/cmd/apexd/main_test.go deleted file mode 100644 index 34b5036..0000000 --- a/cmd/apexd/main_test.go +++ /dev/null @@ -1,14 +0,0 @@ -package main - -import ( - "testing" - - "github.com/stretchr/testify/assert" -) - -func TestApexd(t *testing.T) { - // Current has nothing should test - assert.NotPanics(t, func() { - main() - }, "No panic") -}