mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Fixed minor harmless error in a couple tests
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user