Skip to content

Commit 4369dcc

Browse files
committed
make test util extension as private
1 parent b50550d commit 4369dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/BIP44Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class BIP44ErrorTests: XCTestCase {
174174
}
175175
}
176176

177-
extension Bool {
177+
private extension Bool {
178178
func times(n: Int) -> [Bool] {
179179
var array: [Bool] = .init()
180180
(0..<n).forEach { _ in

0 commit comments

Comments
 (0)