From b6957681707ffec34df5132c45194e4589120e26 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 27 Jan 2020 19:13:38 -0500 Subject: fix test --- rrdformat/format_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rrdformat/format_test.go b/rrdformat/format_test.go index e2c1aa0..7c5711e 100644 --- a/rrdformat/format_test.go +++ b/rrdformat/format_test.go @@ -7,7 +7,7 @@ import ( func TestXML(t *testing.T) { out, err := xml.Marshal(&Header{ - Version: []byte("0003"), + Version: "0003", PDPStep: 300, }) t.Log(string(out), err) -- cgit v1.2.3