aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.Tests/Services/BookmarkTimelineServiceTest.cs
Commit message (Collapse)AuthorAgeFilesLines
* fix: Fix a critical bug in bookmark timeline service.crupest2021-01-031-0/+13
| | | | It used to create two entry with the same timeline. Now it will not create a duplicate one.
* feat: Bookmark timeline service unit tests.crupest2020-12-181-0/+89