From 5b19c955f28f0e9403670773b6acd2fa65af655b Mon Sep 17 00:00:00 2001 From: Saxon Date: Thu, 14 Mar 2019 08:26:34 +1030 Subject: [PATCH] revid: added full stop to comment for TestResetEncoderSenderSetup in revid_test.go --- revid/revid_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }