Skip to content

Commit 89392c8

Browse files
committed
fix: revert original test email
1 parent 44efafe commit 89392c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/tkeypkgTests/IntegrationTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import XCTest
77

88
final class integrationTests: XCTestCase {
99
func test_TssModule() async throws {
10-
let TORUS_TEST_EMAIL = "saasa21231@tr.us"
10+
let TORUS_TEST_EMAIL = "saasa2123@tr.us"
1111
// let TORUS_IMPORT_EMAIL = "[email protected]";
1212

1313
// let TORUS_EXTENDED_VERIFIER_EMAIL = "[email protected]";
@@ -108,7 +108,7 @@ final class integrationTests: XCTestCase {
108108
}
109109

110110
func test_TssModule_multi_tag() async throws {
111-
let TORUS_TEST_EMAIL = "saasa341@tr.us"
111+
let TORUS_TEST_EMAIL = "saasa34@tr.us"
112112
// let TORUS_IMPORT_EMAIL = "[email protected]";
113113

114114
// let TORUS_EXTENDED_VERIFIER_EMAIL = "[email protected]";

0 commit comments

Comments
 (0)