Remove errant echo statement from test.

[skip ci]
This commit is contained in:
Ben Ramsey
2025-06-23 15:27:20 -05:00
parent 7abc2f2035
commit b40c069763
@@ -178,7 +178,6 @@ class UnixTimeGeneratorTest extends TestCase
'Failed on iteration ' . $i . ' when evaluating ' . bin2hex($bytes) . ' > ' . bin2hex($previous),
);
$previous = $bytes;
echo "\n";
}
}