Skip to content

Commit

Permalink
fix: testCase checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Mar 15, 2024
1 parent 52f9d39 commit 2c45c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/TorusUtilsTests/SapphireTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ final class SapphireTest: XCTestCase {
XCTAssertEqual(pubAddress.metadata?.nonce, BigUInt.zero)
XCTAssertEqual(pubAddress.metadata?.upgraded, false)
XCTAssertEqual(pubAddress.metadata?.typeOfUser, UserType(rawValue: "v2"))
XCTAssertEqual(pubAddress.nodesData?.nodeIndexes.count, 5)
XCTAssertTrue(pubAddress.nodesData!.nodeIndexes.count >= 3)
}

func testLoginWhenHashEnabled() async throws {
Expand Down

0 comments on commit 2c45c8a

Please sign in to comment.