Skip to content

Commit

Permalink
Fix merge conflicts PR #282 (#285)
Browse files Browse the repository at this point in the history
* Fix merge conflicts

* Fix lint
  • Loading branch information
richherrera authored Jul 16, 2024
1 parent 91f572c commit 2cced79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions PayPal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@
path = Models;
sourceTree = "<group>";
};
<<<<<<< HEAD
62D3FB122C3DB4B30046563B /* VenmoPaymentsTests */ = {
isa = PBXGroup;
children = (
Expand All @@ -586,7 +585,8 @@
);
name = VenmoPayments;
path = Sources/VenmoPayments;
=======
sourceTree = "<group>";
};
45B063AD2C40346500E743F2 /* Eligibility */ = {
isa = PBXGroup;
children = (
Expand All @@ -606,7 +606,6 @@
45B063BC2C40545100E743F2 /* EligibilityClient_Tests.swift */,
);
path = Eligibility;
>>>>>>> venmo-feature
sourceTree = "<group>";
};
8036C1DE270F9BCF00C0F091 /* PaymentsCoreTests */ = {
Expand Down
1 change: 1 addition & 0 deletions Sources/VenmoPayments/VenmoClient.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Foundation

public class VenmoClient {

// TODO: to be implemented in a future PR
}
1 change: 1 addition & 0 deletions UnitTests/VenmoPaymentsTests/VenmoClient_Tests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import XCTest

public class VenmoClient_Tests: XCTestCase {

// TODO: to be implemented in a future PR
}

0 comments on commit 2cced79

Please sign in to comment.