Fix typo
This commit is contained in:
parent
34a9eba03a
commit
1b29fa463b
@ -84,7 +84,7 @@ func TestDecode(t *testing.T) {
|
||||
|
||||
expected.PA, expected.PD = data.PA, data.PD
|
||||
if !reflect.DeepEqual(&data, &expected) {
|
||||
t.Errorf("Data dit not match expected output. Expected \n%v\nbut got\n%v", expected, data)
|
||||
t.Errorf("Data did not match expected output. Expected \n%v\nbut got\n%v", expected, data)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user