Skip to content

Commit 3c98992

Browse files
committed
Added TODO: markers for refactoring
1 parent 11cd4a8 commit 3c98992

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Tests/web3swiftTests/localTests/web3swiftBasicLocalNodeTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// Copyright © 2018 Alex Vlasov. All rights reserved.
55
//
66

7+
// TODO: Replace `XCTAssert` with more explicite `XCTAssertEqual`, where Applicable
78

89
import XCTest
910
import CryptoSwift

Tests/web3swiftTests/localTests/web3swiftPromisesTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Copyright © 2018 Alex Vlasov. All rights reserved.
55
//
66

7+
// TODO: Replace `XCTAssert` with more explicite `XCTAssertEqual`, where Applicable
8+
79
import XCTest
810
import PromiseKit
911
import BigInt

0 commit comments

Comments
 (0)