Skip to content

Commit 3e1f719

Browse files
committed
Make sure setBase is included in the tests.
1 parent d767caf commit 3e1f719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HashBinTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ final class HashBinTest extends TestCase
99
{
1010
public function testHashBin()
1111
{
12-
$hashBin = HashBin::make();
12+
$hashBin = HashBin::make()->setBase('foo');
1313

1414
for ($i = 0; $i < 1000; $i++) {
1515
static::assertGreaterThanOrEqual(0, $hashBin->bin($i, 10));

0 commit comments

Comments
 (0)