Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Nov 1, 2024
1 parent 02b5a06 commit b47ef24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14681,8 +14681,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = revision;
revision = 748463efbe18152dfcacba297b5b8735f37bdfc2;
branch = "dominik/xcode-16";
kind = branch;
};
};
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "748463efbe18152dfcacba297b5b8735f37bdfc2"
"branch" : "dominik/xcode-16",
"revision" : "8fb01fbcaf16035d41f543e74c34c3df011847eb"
}
},
{
Expand Down
4 changes: 0 additions & 4 deletions UITests/OnboardingUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ final class OnboardingUITests: UITestCase {
try resetApplicationData()
}

override func tearDownWithError() throws {
try resetApplicationData()
}

func testOnboardingToBrowsing() throws {
try resetApplicationData()
continueAfterFailure = false
Expand Down

0 comments on commit b47ef24

Please sign in to comment.