Skip to content

Commit 2727fe8

Browse files
committed
CBN
1 parent 7377fb3 commit 2727fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/models/test_business_registration_type_enum.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ def tearDown(self):
2929
def testBusinessRegistrationTypeEnum(self):
3030
"""Test BusinessRegistrationTypeEnum"""
3131
ein = BusinessRegistrationTypeEnum('EIN')
32-
cbn = BusinessRegistrationTypeEnum('CBM')
32+
cbn = BusinessRegistrationTypeEnum('CBN')
3333
assert ein == 'EIN'
34-
assert cbn == 'CBM'
34+
assert cbn == 'CBN'
3535

3636

3737

0 commit comments

Comments
 (0)