Skip to content

Commit

Permalink
Removed param from test
Browse files Browse the repository at this point in the history
  • Loading branch information
zangobot committed Feb 10, 2022
1 parent 2b0c59b commit 5e359c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secml_malware/attack/whitebox/tests/test_evasion_attack.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_section_shift_attack(self):
iterations=2,
is_debug=True
)
self.assert_evasion_result(shift_attack, create_adv_malware=True)
self.assert_evasion_result(shift_attack)

def test_pe_shift_attack(self):
shift_attack = CFormatExploitEvasion(
Expand Down

0 comments on commit 5e359c8

Please sign in to comment.