@@ -314,7 +314,7 @@ def test_using_rbs_in_excluded(self):
314314 ctx = evaluation_facctory .context_for ('bilal' , ['some' ])
315315 assert e .eval_with_context ('bilal' , 'bilal' , 'some' , {'email' : 'bilal' }, ctx )['treatment' ] == "on"
316316 ctx = evaluation_facctory .context_for ('bilal2@split.io' , ['some' ])
317- assert e .eval_with_context ('bilal2@split.io' , 'bilal2@split.io' , 'some' , {'email' : 'bilal2@split.io' }, ctx )['treatment' ] == "off "
317+ assert e .eval_with_context ('bilal2@split.io' , 'bilal2@split.io' , 'some' , {'email' : 'bilal2@split.io' }, ctx )['treatment' ] == "on "
318318
319319 @pytest .mark .asyncio
320320 async def test_evaluate_treatment_with_rbs_in_condition_async (self ):
@@ -386,7 +386,7 @@ async def test_using_rbs_in_excluded_async(self):
386386 ctx = await evaluation_facctory .context_for ('bilal' , ['some' ])
387387 assert e .eval_with_context ('bilal' , 'bilal' , 'some' , {'email' : 'bilal' }, ctx )['treatment' ] == "on"
388388 ctx = await evaluation_facctory .context_for ('bilal2@split.io' , ['some' ])
389- assert e .eval_with_context ('bilal2@split.io' , 'bilal2@split.io' , 'some' , {'email' : 'bilal2@split.io' }, ctx )['treatment' ] == "off "
389+ assert e .eval_with_context ('bilal2@split.io' , 'bilal2@split.io' , 'some' , {'email' : 'bilal2@split.io' }, ctx )['treatment' ] == "on "
390390
391391class EvaluationDataFactoryTests (object ):
392392 """Test evaluation factory class."""
0 commit comments