Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Blot <loic.blot@unix-experience.fr>2018-12-10 18:27:49 +0300
committerLoïc Blot <loic.blot@unix-experience.fr>2018-12-10 18:27:49 +0300
commit7abea7cc9bae45e18c5808f4b5a383bad4c9c952 (patch)
treebe44b6c9d6ede6a3a1ef00ce8a3793b6bf37105e /controller
parentfdcb6b4f14e5b5a0fbac80240894122d9e6e171f (diff)
Fix the test case
Diffstat (limited to 'controller')
-rw-r--r--controller/apicontroller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/controller/apicontroller.php b/controller/apicontroller.php
index 77c9469..4c38586 100644
--- a/controller/apicontroller.php
+++ b/controller/apicontroller.php
@@ -242,8 +242,8 @@ class ApiController extends Controller {
*/
public function generateSmsTestData () {
return $this->push(2, array(
- array("_id" => 702, "type" => 1, "mbox" => 0, "read" => "true",
- "seen" => "true", "date" => 1654777777, "address" => "+33123456789",
+ array("_id" => 702, "type" => 1, "mbox" => 2, "read" => "true",
+ "seen" => "true", "date" => 1654777747, "address" => "+33123456789",
"body" => "hello dude"),
array("_id" => 685, "type" => 1, "mbox" => 1, "read" => "true",
"seen" => "true", "date" => 1654777777, "address" => "+33123456789",