and the final Perl unit test fix

This commit is contained in:
Vojtech Bubnik
2021-04-21 15:47:28 +02:00
parent f5aa778fee
commit 237a35e24e

View File

@@ -4,7 +4,7 @@ use strict;
use warnings;
use Slic3r::XS;
use Test::More tests => 144;
use Test::More tests => 143;
foreach my $config (Slic3r::Config->new, Slic3r::Config::Static::new_FullPrintConfig) {
$config->set('layer_height', 0.3);