Updated test
This commit is contained in:
parent
280f3f38d7
commit
ab858f320d
@ -7,7 +7,7 @@ use Slic3r::XS;
|
|||||||
use Test::More tests => 5;
|
use Test::More tests => 5;
|
||||||
|
|
||||||
{
|
{
|
||||||
my $print = Slic3r::Print->_new;
|
my $print = Slic3r::Print->new;
|
||||||
isa_ok $print, 'Slic3r::Print';
|
isa_ok $print, 'Slic3r::Print';
|
||||||
isa_ok $print->config, 'Slic3r::Config::Print::Ref';
|
isa_ok $print->config, 'Slic3r::Config::Print::Ref';
|
||||||
isa_ok $print->default_object_config, 'Slic3r::Config::PrintObject::Ref';
|
isa_ok $print->default_object_config, 'Slic3r::Config::PrintObject::Ref';
|
||||||
|
Loading…
Reference in New Issue
Block a user