Skip to content

Commit

Permalink
is0502: fix minor error in method names
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbonney committed Nov 26, 2018
1 parent ba91c36 commit ea91716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IS0502Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,14 +247,14 @@ def test_06_tx_activate_updates_ver(self):

return test.MANUAL()

def test_07_rx_activate_updates_ver(self):
def test_07_rx_activate_updates_sub(self):
"""Activation of a receiver updates the IS-04 subscription"""

test = Test("Activation of a receiver updates the IS-04 subscription")

return test.MANUAL()

def test_08_tx_activate_updates_ver(self):
def test_08_tx_activate_updates_sub(self):
"""Activation of a sender updates the IS-04 subscription"""

test = Test("Activation of a sender updates the IS-04 subscription")
Expand Down

0 comments on commit ea91716

Please sign in to comment.