Skip to content
Snippets Groups Projects
Commit 52ae3486 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

update jobcard tests

parent cbecf58a
No related branches found
No related tags found
No related merge requests found
Pipeline #38176 failed
This commit is part of merge request !44. Comments created here will be created in the context of that merge request.
......@@ -79,8 +79,8 @@ class TestNeutrinoEnergyRangeJobcard(unittest.TestCase):
self.assertEqual("/test", self.test_jobcard["input"]["path_to_input"])
def test_target(self):
self.assertEqual(self.test_Z, self.test_jobcard["target"]["target_Z"])
self.assertEqual(self.test_A, self.test_jobcard["target"]["target_A"])
self.assertEqual(self.test_Z, self.test_jobcard["target"]["Z"])
self.assertEqual(self.test_A, self.test_jobcard["target"]["A"])
def test_energy(self):
self.assertAlmostEqual(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment