Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit 7a3f7b9

Browse files
committed
clean up pandas._testing
1 parent 6912860 commit 7a3f7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pandas__testing_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def results(s):
2222
(
2323
pytest.param(
2424
"from pandas import _testing as tm",
25-
id="imported pandas._testing as tm",
25+
id="imported _testing as tm",
2626
),
2727
pytest.param(
2828
"import pandas._testing as tm",

0 commit comments

Comments
 (0)