1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed minor harmless error in a couple tests

This commit is contained in:
Alessandro Ranellucci
2014-08-08 11:07:51 +02:00
parent 3920a7e8b6
commit 534b8c3f12
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ use Test::More tests => 2;
{
my $flow = Slic3r::Flow->new(
width => 1,
spacing => 0.95,
height => 0.4,
nozzle_diameter => 0.5,
);
isa_ok $flow, 'Slic3r::Flow', 'new';