Fix a type on function name.

pull/363/head
l3m0ntr33 2019-03-08 16:04:09 +01:00 committed by GitHub
parent e91d4a7d2d
commit 2edc6eedca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ class TestOffline(unittest.TestCase):
def test_change_disablecorrelation(self, m):
self.initURI(m)
pymisp = PyMISP(self.domain, self.key)
self.assertEqual({}, pymisp.change_disable_correlation(self.key, 1))
self.assertEqual({}, pymisp.change_disablecorrelation(self.key, 1))
def test_change_disablecorrelation_invalid(self, m):
self.initURI(m)