Skip to content

Commit

Permalink
Remove mock text doc proxy logic
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Mar 18, 2021
1 parent 26bb737 commit 91fb356
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Release Notes


## 0.9.3

`MockTextDocumentProxy` no longer modifies its state when calling its functions.


## 0.9.2

`MockTexstDocumentProxy` has a new `keyboardAppearance` property.
`MockTextDocumentProxy` has a new `keyboardAppearance` property.


## 0.9.1
Expand Down
1 change: 0 additions & 1 deletion Sources/MockingKit/UIKit/MockTextDocumentProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ open class MockTextDocumentProxy: NSObject, UITextDocumentProxy, Mockable {
}

public func deleteBackward() {
documentContextBeforeInput?.removeLast()
call(deleteBackwardRef, args: ())
}

Expand Down

0 comments on commit 91fb356

Please sign in to comment.