From 73c55f3fd476ab492844b8a1f909fbc050b420d9 Mon Sep 17 00:00:00 2001 From: oif Date: Fri, 29 Sep 2017 13:26:58 +0800 Subject: [PATCH] MOD: remove apexd test --- cmd/apexd/main_test.go | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 cmd/apexd/main_test.go 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") -}