Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSJohnson committed Aug 30, 2024
1 parent 139bf76 commit 50391f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/tests/api/commanding.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def testDelete(self):
cmd.delete('m1 m2')
self.assertEqual(cmd.get_names(), ['m3'])

def testDelete(self):
def testDeleteStates(self):
cmd.pseudoatom('m1', state=10)
self.assertEqual(cmd.count_states('m1'), 10)
cmd.delete_states('m1', '4-8')
Expand Down

0 comments on commit 50391f2

Please sign in to comment.