Skip to content

Commit e8de702

Browse files
committed
Update test
1 parent c771f0e commit e8de702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/NTLBridgeTests/NTLWebViewTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ struct NTLWebViewTests {
571571
#expect(!asyncCallCompleted)
572572
#expect(asyncCallError == nil)
573573

574-
webView.webView(webView, didStartProvisionalNavigation: nil)
574+
webView.load(URLRequest(url: URL(string: "http://localhost:3000/")!))
575575

576576
// Verify that pending callbacks were cleaned up (should have errors now)
577577
#expect(syncCallError != nil)

0 commit comments

Comments
 (0)