We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7377fb3 commit 2727fe8Copy full SHA for 2727fe8
test/unit/models/test_business_registration_type_enum.py
@@ -29,9 +29,9 @@ def tearDown(self):
29
def testBusinessRegistrationTypeEnum(self):
30
"""Test BusinessRegistrationTypeEnum"""
31
ein = BusinessRegistrationTypeEnum('EIN')
32
- cbn = BusinessRegistrationTypeEnum('CBM')
+ cbn = BusinessRegistrationTypeEnum('CBN')
33
assert ein == 'EIN'
34
- assert cbn == 'CBM'
+ assert cbn == 'CBN'
35
36
37
0 commit comments