Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kzdev420 committed Oct 6, 2023
1 parent a489482 commit c1731bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/test_agm_location_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_agm_location_change_schema():


def test_validate_no_agm_year():
"""Assert that an offices node is present in the Annual Report."""
"""Assert that an year node is present in the agm location change."""
alc_json = {'agmLocationChange': AGM_LOCATION_CHANGE}
del alc_json['agmLocationChange']['year']

Expand All @@ -44,8 +44,8 @@ def test_validate_no_agm_year():

assert not is_valid

def test_validate_no_BC():
"""Assert that an offices node is present in the Annual Report."""
def test_validate_not_BC():
"""Assert that an address region node is BC in the agm location change."""
alc_json = {'agmLocationChange': AGM_LOCATION_CHANGE}
alc_json['agmLocationChange']['newAgmLocation']['addressRegion'] = 'ON'

Expand Down

0 comments on commit c1731bd

Please sign in to comment.