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:
parent
74523df5f0
commit
6b47ed8f1d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ func TestNWriter(t *testing.T) {
|
|||
}
|
||||
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue