diff --git a/go/vt/vttablet/tabletmanager/vreplication/vreplicator_test.go b/go/vt/vttablet/tabletmanager/vreplication/vreplicator_test.go index 88b07e31278..346e6b67eb3 100644 --- a/go/vt/vttablet/tabletmanager/vreplication/vreplicator_test.go +++ b/go/vt/vttablet/tabletmanager/vreplication/vreplicator_test.go @@ -629,8 +629,9 @@ func TestCancelledDeferSecondaryKeys(t *testing.T) { } // TestResumingFromPreviousWorkflowKeepingRowsCopied tests that when you -// resume a workflow started by another tablet (eg. a reparent occurred), the -// rows_copied does not reset to zero but continues along from where it left off +// resume a workflow started by another tablet (eg. a reparent occurred), +// the rows_copied does not reset to zero but continues along from where +// it left off. func TestResumingFromPreviousWorkflowKeepingRowsCopied(t *testing.T) { _, cancel := context.WithCancel(context.Background()) defer cancel()