Skip to content

Commit

Permalink
fix: warning
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Oct 24, 2024
1 parent 61816aa commit 34a273f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tests/SingleFactorAuthTests/SapphireDevnetTests.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import BigInt
import JWTKit
import XCTest
import FetchNodeDetails
import JWTKit
import SingleFactorAuth
import XCTest

final class SapphireDevnetTests: XCTestCase {
var singleFactoreAuth: SingleFactorAuth!
Expand Down Expand Up @@ -30,8 +30,8 @@ final class SapphireDevnetTests: XCTestCase {
func testInitialise() async throws {
let idToken = try generateIdToken(email: TORUS_TEST_EMAIL)
let loginParams = LoginParams(verifier: TEST_VERIFIER, verifierId: TORUS_TEST_EMAIL, idToken: idToken)
let torusKey = try await singleFactoreAuth.connect(loginParams: loginParams)
try await singleFactoreAuth.initialize()
let _ = try await singleFactoreAuth.connect(loginParams: loginParams)
try await singleFactoreAuth.initialize()
}

func testAggregrateGetTorusKey() async throws {
Expand Down

0 comments on commit 34a273f

Please sign in to comment.