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 a1be2c7 commit ddb8593Copy full SHA for ddb8593
spp_manual_eligibility/tests/test_manual_eligibility.py
@@ -13,7 +13,7 @@ def setUpClass(cls):
13
"is_group": True,
14
}
15
)
16
- cls.registrant_1 = cls.env["res.partner"].create(
+ cls.registrant_2 = cls.env["res.partner"].create(
17
{
18
"name": "Registrant 2 [MANUAL ELIGIBILITY TEST]",
19
"is_registrant": True,
0 commit comments