Skip to content

Commit ad18ae6

Browse files
authored
Fix typo
1 parent 3d2f347 commit ad18ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_extras.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_make_chromarms():
4646
cols_mids=["chromosome", "loc"],
4747
)
4848
pd.testing.assert_frame_equal(
49-
result
49+
result,
5050
arms.rename(columns={"chrom": "chromosome"}),
5151
)
5252

0 commit comments

Comments
 (0)