revid: added full stop to comment for TestResetEncoderSenderSetup in revid_test.go

This commit is contained in:
Saxon 2019-03-14 08:26:34 +10:30
parent 465a7fe973
commit 5b19c955f2
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}