Skip to content

Commit a78165d

Browse files
committed
TST: Moving comment of Issue number below def as per review notes (pandas-dev#21295)
1 parent 756084a commit a78165d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ def test_compression_warning(compression_only):
169169
df.to_csv(f, compression=compression_only)
170170

171171

172-
# GH 21295
173172
def test_git_version():
173+
# GH 21295
174174
git_version = pd.__git_version__
175175
assert len(git_version) == 40
176176
assert all(c in string.hexdigits for c in git_version)

0 commit comments

Comments
 (0)