Skip to content

Commit

Permalink
fixed broken merge
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 15, 2023
1 parent c1e3dee commit 1ce157b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"pytest",
"pytest-cov",
"pytest-asyncio",
]

UNIT_TEST_EXTERNAL_DEPENDENCIES: List[str] = []
UNIT_TEST_LOCAL_DEPENDENCIES: List[str] = []
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/data/_metrics/test_data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def test_end_with_status(self):
)
assert final_attempt.gfe_latency == expected_attempt_gfe_latency
assert final_attempt.end_status == expected_status
assert time.monotonic() - final_attempt.duration < 0.001
assert time.monotonic() - final_attempt.duration < 0.01

def test_end_with_status_w_exception(self):
"""
Expand Down

0 comments on commit 1ce157b

Please sign in to comment.