fix: Update duration format from number to string in recur test
This commit is contained in:
parent
c515b8f21e
commit
a70f13be35
|
@ -29,7 +29,7 @@ func TestRecur(t *testing.T) {
|
||||||
Deleted: false,
|
Deleted: false,
|
||||||
Recurrer: recur,
|
Recurrer: recur,
|
||||||
RecurNext: now,
|
RecurNext: now,
|
||||||
Body: `{"title":"Test Event","start":"2024-01-01T10:00:00Z","duration":30}`,
|
Body: `{"title":"Test Event","start":"2024-01-01T10:00:00Z","duration":"30m"}`,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Store the item
|
// Store the item
|
||||||
|
|
Loading…
Reference in New Issue