Fix replace-char-spec
to use the correct function
This changes `replace-char-spec` to actually use `check-replace-char` instead of `check-replace`
This commit is contained in:
parent
3cdc2f7fe5
commit
5cc3a02002
@ -388,7 +388,7 @@
|
||||
(prop/for-all [str gen/string
|
||||
char1 gen/char
|
||||
char2 gen/char]
|
||||
(check-replace str char1 char2)))
|
||||
(check-replace-char str char1 char2)))
|
||||
|
||||
|
||||
;; string/replace-first
|
||||
|
Loading…
x
Reference in New Issue
Block a user