mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Fix TodoTest
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
4fdefef7e8
commit
82d76fbe96
1 changed files with 3 additions and 3 deletions
|
|
@ -67,9 +67,9 @@ class TodoTest extends TestCase {
|
|||
public function dataFilterTypes() {
|
||||
return [
|
||||
[[], []],
|
||||
[['calendar_todo'], ['calendar_todo']],
|
||||
[['calendar', 'calendar_event', 'calendar_todo'], ['calendar_todo']],
|
||||
[['calendar', 'calendar_todo', 'files'], ['calendar_todo']],
|
||||
[['calendar_todos'], ['calendar_todos']],
|
||||
[['calendar', 'calendar_event', 'calendar_todos'], ['calendar_todos']],
|
||||
[['calendar', 'calendar_todos', 'files'], ['calendar_todos']],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue