Skip to content

Commit d09b205

Browse files
author
Emily Toop
committed
Fix Bookmark tests
1 parent 0b615d2 commit d09b205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClientTests/TestBookmarks.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class TestBookmarks: ProfileTest {
2626
return
2727
}
2828
// 11 bookmarks plus our two suggested sites.
29-
XCTAssertEqual(model.current.count, 13, "We create \(model.current.count) stub bookmarks in the Mobile Bookmarks folder.")
29+
XCTAssertEqual(model.current.count, 11, "We create \(model.current.count) stub bookmarks in the Mobile Bookmarks folder.")
3030
let bookmark = model.current[0]
3131
XCTAssertTrue(bookmark is BookmarkItem)
3232
XCTAssertEqual((bookmark as! BookmarkItem).url, "http://www.example.com/0", "Example URL found.")

0 commit comments

Comments
 (0)