diff --git a/revid/revid_test.go b/revid/revid_test.go index 2f995117..e81bdcf6 100644 --- a/revid/revid_test.go +++ b/revid/revid_test.go @@ -252,7 +252,7 @@ func TestResetEncoderSenderSetup(t *testing.T) { } } - // If not okay then we couldn't find expected sender + // If not okay then we couldn't find expected sender. if !ok { t.Errorf("could not find expected destination %v, for test %v", expectDst, testNum) }