From a5cba20c1e3b0956737327ef9214fd2cbc221add Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 26 Jan 2020 09:05:07 -0500 Subject: initial commit --- rrdformat/errors_binary_test.go | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create 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 new file mode 100644 index 0000000..f420a1b --- /dev/null +++ b/rrdformat/errors_binary_test.go @@ -0,0 +1,34 @@ +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