Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nlm committed Aug 12, 2016
1 parent a2df1f3 commit 775f7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_nagplug.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class TestMessage(unittest.TestCase):

def test_simple_default(self):
plugin = Plugin()
self.assertEqual(plugin.get_message(), None)
self.assertEqual(plugin.get_message(), '')

def test_simple_ok(self):
plugin = Plugin()
Expand Down

0 comments on commit 775f7e2

Please sign in to comment.