From bb8112f0994d7dbfc5aa929a6ca480c40dad99a7 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Wed, 21 Apr 2021 15:47:28 +0200 Subject: [PATCH] and the final Perl unit test fix --- xs/t/15_config.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/t/15_config.t b/xs/t/15_config.t index 6326cae10..4d032019c 100644 --- a/xs/t/15_config.t +++ b/xs/t/15_config.t @@ -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);