There was an error while loading. Please reload this page.
1 parent 66ace37 commit 785de82Copy full SHA for 785de82
1 file changed
tests/cofy/modules/members/sources/file_source_test.py
@@ -193,6 +193,6 @@ def patched_get_sig():
193
inner_call = True
194
return sig
195
196
- source._get_file_signature = patched_get_sig # type: ignore[method-assign]
+ source._get_file_signature = patched_get_sig # ty: ignore[invalid-assignment]
197
source.list()
198
assert call_count == 1 # loader was not called a second time
0 commit comments