From 1f5dbbbab170bc7f6dd2d47c7aface716ecb294c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 26 Jan 2020 14:11:07 -0500 Subject: wip --- rrdformat/rrdbinary/errors_test.go | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 rrdformat/rrdbinary/errors_test.go (limited to 'rrdformat/rrdbinary/errors_test.go') diff --git a/rrdformat/rrdbinary/errors_test.go b/rrdformat/rrdbinary/errors_test.go new file mode 100644 index 0000000..f65929b --- /dev/null +++ b/rrdformat/rrdbinary/errors_test.go @@ -0,0 +1,34 @@ +package rrdbinary + +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