Skip to content

Commit df80fb7

Browse files
Fix localhost tests issue.
1 parent 3fa79f5 commit df80fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/LocalTestCase.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import web3swift
99
// while this class does show up in the navigator, it has no associated tests
1010
class LocalTestCase: XCTestCase {
1111

12-
static let url = URL(string: "http://proxyman.local:8545")!
12+
static let url = URL(string: "http://127.0.0.1:8545")!
1313

1414
override func setUp() async throws {
1515
let web3 = try! await Web3.new(LocalTestCase.url)

0 commit comments

Comments
 (0)