Skip to content

Commit ddb8593

Browse files
emjay0921kneckinator
authored andcommitted
fix test error
1 parent a1be2c7 commit ddb8593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spp_manual_eligibility/tests/test_manual_eligibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def setUpClass(cls):
1313
"is_group": True,
1414
}
1515
)
16-
cls.registrant_1 = cls.env["res.partner"].create(
16+
cls.registrant_2 = cls.env["res.partner"].create(
1717
{
1818
"name": "Registrant 2 [MANUAL ELIGIBILITY TEST]",
1919
"is_registrant": True,

0 commit comments

Comments
 (0)