1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Change test to trigger results

This commit is contained in:
Bernhard Reiter 2022-03-08 16:33:39 +01:00
parent 74523df5f0
commit 6b47ed8f1d
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -21,7 +21,7 @@ func TestNWriter(t *testing.T) {
} }
if n := int64(len(msg)); nw.N != n { if n := int64(len(msg)); nw.N != n {
t.Errorf("Expected %d bytes, but counted %d", n, nw.N) t.Errorf("Expected %d bytes, but counted %d.", n, nw.N)
} }
if out := buf.Bytes(); !bytes.Equal(msg, out) { if out := buf.Bytes(); !bytes.Equal(msg, out) {