Skip to content

Commit 9200e70

Browse files
committed
merge:Origin
2 parents 8772a2f + ffbcceb commit 9200e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/testmonitor/test_testmonitor_dataframe_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def results() -> List[Result]:
4040

4141
@pytest.mark.enterprise
4242
class TestTestmonitorDataframeUtilities:
43-
def test__convert_results_to_dataframe__returns_results_dataframe(self, results: List[Result]):
43+
def test__convert_results_to_dataframe__returns_results_dataframe(self, results):
4444
expected_results_dict = []
4545
for result in results:
4646
expected_results_dict.append(result.dict(exclude_unset=True))

0 commit comments

Comments
 (0)