Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
update OrderStatusTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwlee committed Aug 27, 2024
1 parent 23631de commit 26529ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final class OrderStatusTests: XCTestCase {
XCTAssertEqual(orderStatus.metadata.from, pfi.uri)
XCTAssertEqual(orderStatus.metadata.to, did.uri)
XCTAssertEqual(orderStatus.metadata.exchangeID, "exchange_123")
XCTAssertEqual(orderStatus.data.orderStatus, "test status")
XCTAssertEqual(orderStatus.data.status, Status.payinInitiated)
}

func test_verifySuccess() async throws {
Expand Down

0 comments on commit 26529ef

Please sign in to comment.