Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamo committed Oct 5, 2018
1 parent d3ce30e commit d21727c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function generateVariable($opts = [])
'columns' => mt_rand(0, 100),
'alignment' => mt_rand(0, 2),
'measure' => mt_rand(1, 3),
'width' => 0,
'width' => 8,
];

if ($opts['numeric']) {
Expand Down

0 comments on commit d21727c

Please sign in to comment.