Skip to content

Commit fe4cbd3

Browse files
Fix tests plans in carthage xcproject.
1 parent 19803fb commit fe4cbd3

File tree

6 files changed

+122
-106
lines changed

6 files changed

+122
-106
lines changed

Tests/web3swiftTests/localTests/LocalTests.xctestplan

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"testTargets" : [
1515
{
1616
"skippedTests" : [
17+
"web3swiftENSTests",
18+
"web3swiftGanacheTests",
19+
"web3swiftRemoteParsingTests",
20+
"web3swiftST20AndSecurityTokenTests",
21+
"web3swiftWebsocketTests",
1722
"web3swift_ENS_Tests",
1823
"web3swift_ST20AndSecurityToken_Tests",
1924
"web3swift_infura_Tests",

Tests/web3swiftTests/remoteTests/RemoteTests.xctestplan

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@
1515
{
1616
"skippedTests" : [
1717
"EIP712Tests",
18+
"web3swiftAdvancedABIv2Tests",
19+
"web3swiftBasicLocalNodeTests",
20+
"web3swiftEIP67Tests",
21+
"web3swiftEIP681Tests",
22+
"web3swiftERC20ClassTests",
23+
"web3swiftERC20Tests",
24+
"web3swiftEventloopTests",
25+
"web3swiftKeystoresTests",
26+
"web3swiftNumberFormattingUtilTests",
27+
"web3swiftPersonalSignatureTests",
28+
"web3swiftPromisesTests",
29+
"web3swiftRLPTests",
30+
"web3swiftTests",
31+
"web3swiftTransactionsTests",
32+
"web3swiftUserCases",
1833
"web3swift_AdvancedABIv2_Tests",
1934
"web3swift_EIP67_Tests",
2035
"web3swift_EIP681_Tests",

Tests/web3swiftTests/remoteTests/web3swiftPemoteParsingTests.swift renamed to Tests/web3swiftTests/remoteTests/web3swiftRemoteParsingTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import BigInt
1111
@testable import web3swift
1212

1313
// MARK: Works only with network connection
14-
class web3swiftPemoteParsingTests: XCTestCase {
14+
class web3swiftRemoteParsingTests: XCTestCase {
1515

1616
func testEventParsing1usingABIv2() throws {
1717
print(1)

0 commit comments

Comments
 (0)