Fix little error in tests
This commit is contained in:
parent
7bf308c08f
commit
8b6afb61d9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ sub model {
|
|||
$object->add_volume(facets => $facets);
|
||||
$object->add_instance(
|
||||
offset => [0,0],
|
||||
rotation => $params{rotation},
|
||||
rotation => $params{rotation} // 0,
|
||||
);
|
||||
return $model;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue