Skip to content

Commit

Permalink
fix(GiniBankSDK): Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-gini committed Feb 20, 2025
1 parent 41b3b64 commit 46a13b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private class MockCaptureResultsDelegate: GiniCaptureResultsDelegate {
func giniCaptureAnalysisDidFinishWith(result: AnalysisResult) {
}

func giniCaptureDidCloseAnalysis() {
func giniCaptureDidCancelAnalysis() {
closeCalled = true
}

Expand Down

0 comments on commit 46a13b3

Please sign in to comment.