forked from p15670423/monkey
Tests: Remove accidental print() from test_file_selectors
This commit is contained in:
parent
9044c587a6
commit
8ae41907ba
|
@ -23,7 +23,6 @@ def file_selector():
|
|||
|
||||
def test_select_targeted_files_only(ransomware_test_data, file_selector):
|
||||
selected_files = file_selector(ransomware_test_data)
|
||||
print(ransomware_test_data)
|
||||
|
||||
assert len(selected_files) == 2
|
||||
assert (ransomware_test_data / ALL_ZEROS_PDF) in selected_files
|
||||
|
|
Loading…
Reference in New Issue