16573: address a few more review comments.
[arvados.git] / lib / deduplicationreport / report_test.go
index dc760f78ad77cd1b4856c6c01ccb1bbd0ae7b188..a4ed46606c5908d1638b05801904ff407e9b0589 100644 (file)
@@ -40,7 +40,6 @@ func (*Suite) TestTwoIdenticalUUIDs(c *check.C) {
        // Run dedupreport with 2 identical uuids
        exitcode := Command.RunCommand("deduplicationreport.test", []string{arvadostest.FooCollection, arvadostest.FooCollection}, &bytes.Buffer{}, &stdout, &stderr)
        c.Check(exitcode, check.Equals, 0)
-       //c.Check(stdout.String(), check.Equals, "")
        c.Check(stdout.String(), check.Matches, "(?ms).*Collections:[[:space:]]+1.*")
        c.Check(stdout.String(), check.Matches, "(?ms).*Nominal size of stored data:[[:space:]]+3 bytes \\(3 B\\).*")
        c.Check(stdout.String(), check.Matches, "(?ms).*Actual size of stored data:[[:space:]]+3 bytes \\(3 B\\).*")