Skip to content

Commit fd9dd27

Browse files
committed
Removes weird cut and paste error
1 parent de202f4 commit fd9dd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@pytest.mark.parametrize(
2727
"mock_version_tuple, version_str",
2828
[
29-
((3, 7, https://github.com/googleapis/python-db-dtypes-pandas/pull/337/conflict?name=tests%252Funit%252Ftest__init__.py&base_oid=7ae260c04195ba4ee9c64907bcfe6f51a960a75f&head_oid=4b86d5458315130ea3d75ea45fc5526b34a4f9f710), "3.7.10"),
29+
((3, 7, 10), "3.7.10"),
3030
((3, 7, 0), "3.7.0"),
3131
((3, 8, 5), "3.8.5"),
3232
((3, 8, 12), "3.8.12"),

0 commit comments

Comments
 (0)