Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit e75acb6

Browse files
committed
Merge branch 'feature/142' of github.com:8r2y5/StarryPy into feature/142
Conflicts: tests/test_plugin_manager.py
2 parents 3065b4c + c33e3ce commit e75acb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_base_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def test_mapping_override_packets_dont_include_base_plugin(self):
99
with self.assertRaises(AttributeError):
1010
base_plugin.overridden_packets
1111

12-
def test_activation_defactivation(self):
12+
def test_activation_deactivation(self):
1313
class TestPlugin(BasePlugin):
1414
pass
1515

0 commit comments

Comments
 (0)