Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus authored Nov 7, 2023
1 parent 3d2f347 commit ad18ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_make_chromarms():
cols_mids=["chromosome", "loc"],
)
pd.testing.assert_frame_equal(
result
result,
arms.rename(columns={"chrom": "chromosome"}),
)

Expand Down

0 comments on commit ad18ae6

Please sign in to comment.