Skip to content

Commit 8bbcc94

Browse files
committed
Closes #7
updated info in unit tests
1 parent 4119cbd commit 8bbcc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func TestReaderImpl_GetAllFields(t *testing.T) {
5656
reader := NewReader(testStructOne{})
5757

5858
if len(reader.GetAllFields()) != 13 {
59-
t.Errorf(`TestReaderImpl_GetAllFields - expected to have 10 fields but got %d`, len(reader.GetAllFields()))
59+
t.Errorf(`TestReaderImpl_GetAllFields - expected to have 13 fields but got %d`, len(reader.GetAllFields()))
6060
}
6161
}
6262

0 commit comments

Comments
 (0)