From 7a3188a572093ed01c4ef3b4ecf5733ade0e0c6c Mon Sep 17 00:00:00 2001 From: Leo Germani Date: Fri, 9 Feb 2018 14:28:12 -0200 Subject: [PATCH] fix collections test --- tests/test-collections.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-collections.php b/tests/test-collections.php index 9796d7554..8276a82fd 100644 --- a/tests/test-collections.php +++ b/tests/test-collections.php @@ -198,7 +198,8 @@ class Collections extends TAINACAN_UnitTestCase { array( 'name' => 'teste', 'description' => 'adasdasdsa', - 'default_order' => 13 + 'default_order' => 13, + 'status' => 'publish' ) );