Skip to content

Commit 702e053

Browse files
authored
Update tests/defences/detector/poison/test_activation_defence.py
1 parent eb02907 commit 702e053

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/defences/detector/poison/test_activation_defence.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def test_wrong_parameters_3(self):
100100
def test_wrong_parameters_4(self):
101101
self.defence.set_params(cluster_analysis="what")
102102

103-
@unittest.expectedFailure
104103
def test_wrong_parameters_5(self):
105104
with self.assertRaises(ValueError):
106105
self.defence.set_params(ex_re_threshold=-1)

0 commit comments

Comments
 (0)