Skip to content

Commit

Permalink
Unit test fix comment component length is max 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ratheesh-aot committed Feb 10, 2024
1 parent 3e4d391 commit 70285d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met-api/tests/utilities/factory_scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ class TestCommentInfo(dict, Enum):

comment1 = {
'text': fake.paragraph(nb_sentences=3),
'component_id': 'simpletextarea',
'component_id': 'simpletext',
'submission_date': datetime.now().strftime('%Y-%m-%d'),
}

Expand Down

0 comments on commit 70285d3

Please sign in to comment.