Skip to content

Commit

Permalink
Remove version test
Browse files Browse the repository at this point in the history
  • Loading branch information
ridderl committed Nov 6, 2017
1 parent b873691 commit 45f7539
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions job/magma/tests/test_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ class TestMagmaCommand(unittest.TestCase):
def setUp(self):
self.mc = magma.script.MagmaCommand()

def test_version(self):

self.assertEqual(self.mc.version(), '1.0')

def test_theogallin_example(self):
mzxmlfile = pkg_resources.resource_filename('magma', "tests/theogallin.mzXML")
sdfile = pkg_resources.resource_filename('magma', "tests/theogallin.sdf")
Expand Down

0 comments on commit 45f7539

Please sign in to comment.