Fixing tests
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Christoph Ritzer 2024-03-03 03:45:49 +01:00
parent 5a39b44854
commit 7cdb4d7508

View File

@ -249,15 +249,15 @@ func TestConvertTrelloToVikunja(t *testing.T) {
Title: "Test Card 2",
Description: `
## Checkproject 1
<h1>Checkproject 1</h1>
* [ ] Pending Task
* [x] Completed Task
<li data-checked='false' data-type='taskItem'><label><input type='checkbox'><span></span></label><div><p>Pending Task</p></div></li></ul>
<li data-checked='true' data-type='taskItem'><label><input type='checkbox' checked='checked'><span></span></label><div><p>Completed Task</p></div></li></ul>
## Checkproject 2
<h1>Checkproject 2</h1>
* [ ] Pending Task
* [ ] Another Pending Task`,
<li data-checked='false' data-type='taskItem'><label><input type='checkbox'><span></span></label><div><p>Pending Task</p></div></li></ul>
<li data-checked='false' data-type='taskItem'><label><input type='checkbox'><span></span></label><div><p>Another Pending Task</p></div></li></ul>`,
BucketID: 1,
KanbanPosition: 124,
},