Skip to content

Commit

Permalink
[FIX] tests
Browse files Browse the repository at this point in the history
  • Loading branch information
archetipo committed Aug 14, 2023
1 parent b789089 commit 344381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ozon_env_3_test_form_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async def test_component_test_form_1_update():
assert hasattr(test_form_1, "content") is True
assert hasattr(test_form_1, "content1") is True
# on git workflow time is 2.32 sec.
assert float(env.get_formatted_metrics(start_time)) < 3.0 # 1.0
assert float(env.get_formatted_metrics(start_time)) < 4.0 # 1.0
await env.close_env()


Expand Down

0 comments on commit 344381e

Please sign in to comment.