Update unit test

pull/22/head
Bernhard Mueller 7 years ago
parent f1dbab96c0
commit 5df9735fa9
  1. 2
      tests/svm_test.py

@ -13,4 +13,4 @@ class SVMTestCase(unittest.TestCase):
html = generate_callgraph(modules, False) html = generate_callgraph(modules, False)
self.assertTrue("var nodes = [\n{id: 0, size: 150" in html) self.assertTrue("var nodes = [\n{id: \'metaCoin:0\', size: 150" in html)

Loading…
Cancel
Save