Skip to content

Commit 365656c

Browse files
Rename GanacheTests to RemoteTests
1 parent 09c195d commit 365656c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Tests/web3swiftTests/localTests/LocalTests.xctestplan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{
1616
"skippedTests" : [
1717
"ENSTests",
18-
"GanacheTests",
18+
"RemoteTests",
1919
"RemoteParsingTests",
2020
"ST20AndSecurityTokenTests",
2121
"WebsocketTests",

Tests/web3swiftTests/remoteTests/WebsocketTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class WebsocketTests: XCTestCase {
107107
}
108108
}
109109

110+
// FIXME: Fails on Carthage
110111
// func testSubscribeOnLogs() {
111112
// guard let socketProvider = InfuraWebsocketProvider.connectToInfuraSocket(.Mainnet, delegate: spyDelegate) else {
112113
// return XCTFail()

web3swift.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
5CC0333928023387006AD710 /* ENSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333428023387006AD710 /* ENSTests.swift */; };
174174
5CC0333A28023387006AD710 /* ST20AndSecurityTokenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333528023387006AD710 /* ST20AndSecurityTokenTests.swift */; };
175175
5CC0333B28023387006AD710 /* WebsocketTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333628023387006AD710 /* WebsocketTests.swift */; };
176-
5CC0333C28023387006AD710 /* GanacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333728023387006AD710 /* GanacheTests.swift */; };
176+
5CC0333E28034CED006AD710 /* InfuraTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333D28034CED006AD710 /* InfuraTests.swift */; };
177177
5CF7E8A2276B79290009900F /* web3swiftEIP681Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E891276B79270009900F /* web3swiftEIP681Tests.swift */; };
178178
5CF7E8A3276B792A0009900F /* web3swiftPersonalSignatureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E892276B79270009900F /* web3swiftPersonalSignatureTests.swift */; };
179179
5CF7E8A4276B792A0009900F /* web3swiftTransactionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E893276B79270009900F /* web3swiftTransactionsTests.swift */; };
@@ -391,7 +391,7 @@
391391
5CC0333428023387006AD710 /* ENSTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENSTests.swift; sourceTree = "<group>"; };
392392
5CC0333528023387006AD710 /* ST20AndSecurityTokenTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ST20AndSecurityTokenTests.swift; sourceTree = "<group>"; };
393393
5CC0333628023387006AD710 /* WebsocketTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebsocketTests.swift; sourceTree = "<group>"; };
394-
5CC0333728023387006AD710 /* GanacheTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GanacheTests.swift; sourceTree = "<group>"; };
394+
5CC0333D28034CED006AD710 /* InfuraTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InfuraTests.swift; sourceTree = "<group>"; };
395395
5CDEF972275A74590004A2F2 /* web3swift.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = web3swift.xctestplan; path = Tests/web3swiftTests/web3swift.xctestplan; sourceTree = SOURCE_ROOT; };
396396
5CDEF973275A74670004A2F2 /* LocalTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = LocalTests.xctestplan; sourceTree = "<group>"; };
397397
5CDEF974275A747B0004A2F2 /* RemoteTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = RemoteTests.xctestplan; sourceTree = "<group>"; };
@@ -979,7 +979,7 @@
979979
isa = PBXGroup;
980980
children = (
981981
5CC0333428023387006AD710 /* ENSTests.swift */,
982-
5CC0333728023387006AD710 /* GanacheTests.swift */,
982+
5CC0333D28034CED006AD710 /* InfuraTests.swift */,
983983
5CC0333328023387006AD710 /* RemoteParsingTests.swift */,
984984
5CC0333528023387006AD710 /* ST20AndSecurityTokenTests.swift */,
985985
5CC0333628023387006AD710 /* WebsocketTests.swift */,
@@ -1398,8 +1398,8 @@
13981398
5CF7E8A5276B792A0009900F /* web3swiftKeystoresTests.swift in Sources */,
13991399
CB50A52827060BD600D7E39B /* EIP712Tests.swift in Sources */,
14001400
5CF7E8AD276B792A0009900F /* web3swiftBasicLocalNodeTests.swift in Sources */,
1401+
5CC0333E28034CED006AD710 /* InfuraTests.swift in Sources */,
14011402
5CC0333928023387006AD710 /* ENSTests.swift in Sources */,
1402-
5CC0333C28023387006AD710 /* GanacheTests.swift in Sources */,
14031403
5CF7E8A9276B792A0009900F /* web3swiftERC20ClassTests.swift in Sources */,
14041404
5CF7E8A8276B792A0009900F /* web3swiftERC20Tests.swift in Sources */,
14051405
5CF7E8B2276B792A0009900F /* web3swiftEIP67Tests.swift in Sources */,

0 commit comments

Comments
 (0)