Skip to content

Commit

Permalink
Revert changes to Bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Apr 5, 2024
1 parent 5a6b0de commit f717849
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Tests/SuggestionsTests/SuggestionProcessingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,9 @@ extension HistoryEntryMock {
extension BookmarkMock {

static var someBookmarks: [Bookmark] {
[
BookmarkMock(url: "http://duckduckgo.com", title: "DuckDuckGo", isFavorite: true),
BookmarkMock(url: "spreadprivacy.com", title: "Test 2", isFavorite: true),
BookmarkMock(url: "wikipedia.org", title: "Wikipedia", isFavorite: false),
BookmarkMock(url: "www.facebook.com", title: "Facebook", isFavorite: true),
]
[ BookmarkMock(url: "http://duckduckgo.com", title: "DuckDuckGo", isFavorite: true),
BookmarkMock(url: "spreadprivacy.com", title: "Test 2", isFavorite: true),
BookmarkMock(url: "wikipedia.org", title: "Wikipedia", isFavorite: false) ]
}

}
Expand Down

0 comments on commit f717849

Please sign in to comment.