Skip to content

Commit

Permalink
Merge pull request #63 from hotwired/fix-tests
Browse files Browse the repository at this point in the history
Conform test class to protocol to fix broken test
  • Loading branch information
jayohms authored Jan 24, 2022
2 parents 2ed4d5e + 82d777c commit fadb1f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/Test.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ class TestSessionDelegate: NSObject, SessionDelegate {
sessionDidFinishRequestCalled = true
}

func sessionWebViewProcessDidTerminate(_ session: Session) {
}

func session(_ session: Session, didFailRequestForVisitable visitable: Visitable, error: Error) {
sessionDidFailRequestCalled = true
failedRequestError = error
Expand Down

0 comments on commit fadb1f3

Please sign in to comment.