Skip to content

Commit

Permalink
TST #426 rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 27, 2020
1 parent e6a15eb commit 86407ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_diffractometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_sim6c_wh(self):
for r, e in zip(received, expected):
self.assertEqual(r, e)

def test_sime6c_forward(self):
def test_sim6c_forward(self):
sim6c = APS_diffractometer.SoftE6C('', name='sim6c')
sol = sim6c.forward(1,0,0)
self.assertAlmostEquals(sol.mu, 0, places=5)
Expand Down

0 comments on commit 86407ff

Please sign in to comment.