From 1f5dbbbab170bc7f6dd2d47c7aface716ecb294c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 26 Jan 2020 14:11:07 -0500 Subject: wip --- rrdformat/errors_binary_test.go | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 rrdformat/errors_binary_test.go (limited to 'rrdformat/errors_binary_test.go') diff --git a/rrdformat/errors_binary_test.go b/rrdformat/errors_binary_test.go deleted file mode 100644 index f420a1b..0000000 --- a/rrdformat/errors_binary_test.go +++ /dev/null @@ -1,34 +0,0 @@ -package rrdformat - -import ( - "fmt" - "testing" - - "github.com/stretchr/testify/assert" -) - -func TestBinaryError(t *testing.T) { - assert := assert.New(t) - - bad404 := []byte(` - hex : 52 -`) -} -- cgit v1.2.3-2-g168b