Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Duong Trong Duc committed Sep 27, 2017
1 parent c8fdace commit 1dadcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func TestDecodeRecordComments(t *testing.T) {
t.Fatal(err)
}
if len(rec) != 2 {
t.Fatal("invalud record count!")
t.Fatal("invalid record count!")
}
if rec[0].Id != "2" {
t.Errorf("comment id mismatch. actual %v", rec[0].Id)
Expand Down

0 comments on commit 1dadcdb

Please sign in to comment.