Commit ca10dd93 authored by Bram Schoenmakers's avatar Bram Schoenmakers

assertNotEquals -> assertNotEqual

parent 715d6047
......@@ -24,7 +24,7 @@ class ConfigTest(TopydoTest):
self.assertEqual(config("test/data/config1").default_command(), 'do')
def test_config2(self):
self.assertNotEquals(config("").default_command(), 'do')
self.assertNotEqual(config("").default_command(), 'do')
def test_config3(self):
self.assertTrue(config("test/data/config2").ignore_weekends())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment