fix collections test
This commit is contained in:
parent
a258bdd0c5
commit
7a3188a572
|
@ -198,7 +198,8 @@ class Collections extends TAINACAN_UnitTestCase {
|
|||
array(
|
||||
'name' => 'teste',
|
||||
'description' => 'adasdasdsa',
|
||||
'default_order' => 13
|
||||
'default_order' => 13,
|
||||
'status' => 'publish'
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue