From 4d3ba495a747ca142be7a24050dfe7b046196da9 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 7 Nov 2023 13:28:06 +0100 Subject: [PATCH] fix(tests): use string IDs in Todoist test --- pkg/modules/migration/todoist/todoist_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/modules/migration/todoist/todoist_test.go b/pkg/modules/migration/todoist/todoist_test.go index 6ae7679b7..27df2b745 100644 --- a/pkg/modules/migration/todoist/todoist_test.go +++ b/pkg/modules/migration/todoist/todoist_test.go @@ -254,31 +254,31 @@ func TestConvertTodoistToVikunja(t *testing.T) { }, ProjectNotes: []*projectNote{ { - ID: 102000, + ID: "102000", Content: "Lorem Ipsum dolor sit amet", ProjectID: "396936926", Posted: time3, }, { - ID: 102001, + ID: "102001", Content: "Lorem Ipsum dolor sit amet 2", ProjectID: "396936926", Posted: time3, }, { - ID: 102002, + ID: "102002", Content: "Lorem Ipsum dolor sit amet 3", ProjectID: "396936926", Posted: time3, }, { - ID: 102003, + ID: "102003", Content: "Lorem Ipsum dolor sit amet 4", ProjectID: "396936927", Posted: time3, }, { - ID: 102004, + ID: "102004", Content: "Lorem Ipsum dolor sit amet 5", ProjectID: "396936927", Posted: time3,