We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc91f4c commit 88ca968Copy full SHA for 88ca968
ci/code_checks.sh
@@ -149,7 +149,7 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
149
RET=$(($RET + $?)) ; echo $MSG "DONE"
150
151
# Check for the following code in testing: `unittest.mock`, `mock.Mock()` or `mock.patch`
152
- MSG='Check that unittest.mock is not used (pytest builtin monkeypatch fixture should be used instread)' ; echo $MSG
+ MSG='Check that unittest.mock is not used (pytest builtin monkeypatch fixture should be used instead)' ; echo $MSG
153
invgrep -r -E --include '*.py' '(unittest(\.| import )mock|mock\.Mock\(\)|mock\.patch)' pandas/tests/
154
155
0 commit comments