mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-14 04:51:50 +08:00
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…
x
Reference in New Issue
Block a user