fix: trello import tests
This commit is contained in:
parent
fb818ea186
commit
61a3380a94
@ -44,7 +44,7 @@ func TestConvertTrelloToVikunja(t *testing.T) {
|
||||
Name: "TestBoard",
|
||||
Desc: "This is a description",
|
||||
Closed: false,
|
||||
Projects: []*trello.Project{
|
||||
Lists: []*trello.List{
|
||||
{
|
||||
Name: "Test Project 1",
|
||||
Cards: []*trello.Card{
|
||||
@ -77,7 +77,7 @@ func TestConvertTrelloToVikunja(t *testing.T) {
|
||||
{
|
||||
Name: "Test Card 2",
|
||||
Pos: 124,
|
||||
Checkprojects: []*trello.Checkproject{
|
||||
Checklists: []*trello.Checklist{
|
||||
{
|
||||
Name: "Checkproject 1",
|
||||
CheckItems: []trello.CheckItem{
|
||||
@ -157,7 +157,7 @@ func TestConvertTrelloToVikunja(t *testing.T) {
|
||||
{
|
||||
Name: "TestBoard 2",
|
||||
Closed: false,
|
||||
Projects: []*trello.Project{
|
||||
Lists: []*trello.List{
|
||||
{
|
||||
Name: "Test Project 4",
|
||||
Cards: []*trello.Card{
|
||||
@ -172,7 +172,7 @@ func TestConvertTrelloToVikunja(t *testing.T) {
|
||||
{
|
||||
Name: "TestBoard Archived",
|
||||
Closed: true,
|
||||
Projects: []*trello.Project{
|
||||
Lists: []*trello.List{
|
||||
{
|
||||
Name: "Test Project 5",
|
||||
Cards: []*trello.Card{
|
||||
|
Loading…
x
Reference in New Issue
Block a user