Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
No Bug: Fix wrong String name in TabMOTests (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc authored and iccub committed Jan 14, 2020
1 parent d2975f7 commit ab08531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataTests/TabMOTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TabMOTests: CoreDataTestCase {
XCTAssertNotNil(object.syncUUID)
XCTAssertNotNil(object.imageUrl)
XCTAssertNil(object.url)
XCTAssertEqual(object.title, Strings.new_Tab)
XCTAssertEqual(object.title, Strings.newTab)

// Testing default values
XCTAssertEqual(object.order, 0)
Expand Down

0 comments on commit ab08531

Please # to comment.