Update Gemfile pin on arvados-cli to ensure latest crunch-job refs #7582
[arvados.git] / services / crunchstat / crunchstat_test.go
index dff323e71875aee08c11bcddbf364dd5885998d3..13f4dc60f71db9567e26f534c2379a63c601289b 100644 (file)
@@ -97,7 +97,7 @@ func TestCopyPipeToChildLogLongLines(t *testing.T) {
                receivedBytes = append(receivedBytes, line...)
        }
        if bytes.Compare(receivedBytes, sentBytes) != 0 {
-               t.Fatalf("sent %d bytes, got %d different bytes", len(sentBytes)+1, len(receivedBytes))
+               t.Fatalf("sent %d bytes, got %d different bytes", len(sentBytes), len(receivedBytes))
        }
 
        if after, err := rcv.ReadBytes('\n'); err != nil || string(after) != "after\n" {