Skip to content

Commit 4b6999a

Browse files
committed
Fix test issues
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent e7a7247 commit 4b6999a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/notification/notification_method_webpush_test.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,8 @@ public function test_export_data_with_migration(): void
810810
'item_parent_id' => ['ULINT', 0],
811811
'user_id' => ['ULINT', 0],
812812
'push_data' => ['MTEXT', ''],
813-
'notification_time' => ['TIMESTAMP', 0]
813+
'notification_time' => ['TIMESTAMP', 0],
814+
'push_token' => ['VCHAR', ''],
814815
],
815816
'PRIMARY_KEY' => ['notification_type_id', 'item_id', 'item_parent_id', 'user_id'],
816817
];

0 commit comments

Comments
 (0)