Skip to content

Commit

Permalink
remove unnecessary BTJSON property in test
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Aug 21, 2024
1 parent 51141bd commit a0b9731
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ class BTPayPalEditRequest_Tests: XCTestCase {

override func setUp() {
super.setUp()
let json = BTJSON(value: [
"paypalEnabled": true,
"paypal": ["environment": "offline"]
] as [String: Any])
}

func test_returnsAllParams() {
Expand Down

0 comments on commit a0b9731

Please sign in to comment.