Skip to content

Commit abd683b

Browse files
committed
fix importerror in decorator
1 parent 2e5c5b7 commit abd683b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/airos/test_wpasupplicant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def test_wpa2_personal(self):
135135
for (a, b) in zip(o.intermediate_data['wpasupplicant'], expected):
136136
self.assertEqual(a, b)
137137

138-
@unittest.skip("target wpa2_enterprise later")
138+
@skip("target wpa2_enterprise later")
139139
def test_wpa2_enterprise(self):
140140

141141
o = self.backend({

0 commit comments

Comments
 (0)