Skip to content

Commit

Permalink
rm todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Dec 22, 2023
1 parent 04e69eb commit ec97729
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UnitTests/DataImport/BrowserProfileTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ class BrowserProfileTests: XCTestCase {
let profile = DataImport.BrowserProfile(browser: .chrome, profileURL: profileURL, fileStore: fileStore)

XCTAssertNil(profile.appVersion)
// TODO: dependency
XCTAssertEqual(profile.installedAppsMajorVersionDescription()?.sorted(), DataImport.Source.chrome.installedAppsMajorVersionDescription(selectedProfile: profile)?.sorted())
}

Expand Down

0 comments on commit ec97729

Please sign in to comment.