Skip to content

Commit

Permalink
Remove unnecessary throws from test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfriedman-stripe committed Apr 27, 2023
1 parent b57c748 commit 6a71a2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import XCTest

final class PaymentSheetConfigurationTests: XCTestCase {

func test_customerConfigurationInit_assertsWhenEphemeralKeyIsBlank() throws {
func test_customerConfigurationInit_assertsWhenEphemeralKeyIsBlank() {
let exception = catchBadInstruction {
_ = PaymentSheet.CustomerConfiguration(id: "foo", ephemeralKeySecret: "")
}
Expand Down

0 comments on commit 6a71a2e

Please sign in to comment.