We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295c9e2 commit e18f9dbCopy full SHA for e18f9db
WMFComponents/Tests/WMFComponentsTests/WMFHistoryViewModelTests.swift
@@ -48,7 +48,8 @@ final class WMFHistoryViewModelTests: XCTestCase {
48
saveForLaterActionTitle: "Save for Later",
49
unsaveActionTitle: "Unsave",
50
shareActionTitle: "Share",
51
- deleteSwipeActionLabel: "Delete"
+ deleteSwipeActionLabel: "Delete",
52
+ historyHeaderTitle: "History"
53
)
54
55
func createViewModel(with controller: WMFHistoryDataControllerProtocol) -> WMFHistoryViewModel {
0 commit comments