Skip to content

Commit 3bd26b1

Browse files
committed
Fix test
1 parent bc9c5ed commit 3bd26b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yoti_python_sdk/tests/test_activity_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def create_age_verified_field(
8585
):
8686
activity_details.field = lambda: None
8787
activity_details.field.name = (
88-
"age_over:{0}".format(age) if over is True else "age_under:".format(age)
88+
"age_over:{0}".format(age) if over is True else "age_under:{0}".format(age)
8989
)
9090
activity_details.field.value = encoded_string_verified_value
9191
activity_details.field.content_type = Protobuf.CT_STRING

0 commit comments

Comments
 (0)