This commit is contained in:
Alessandro Ranellucci 2012-12-05 01:12:50 +01:00
parent cf90033fd0
commit ac6dc67e6a
2 changed files with 3 additions and 3 deletions

View file

@ -44,6 +44,6 @@ $config->set('retract_before_travel', [3]);
ok $test->(), 'retraction';
$config->set('retract_restart_extra', [1]);
ok $test->(), 'retraction with restart extra length';
ok $test->(), 'restart extra length';
__END__