From ad18ae6c70b2dde99f5bfacf79bc1ca13b2738a1 Mon Sep 17 00:00:00 2001 From: Nezar Abdennur Date: Tue, 7 Nov 2023 16:54:27 -0500 Subject: [PATCH] Fix typo --- tests/test_extras.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_extras.py b/tests/test_extras.py index 98fd69a1..cd94c608 100644 --- a/tests/test_extras.py +++ b/tests/test_extras.py @@ -46,7 +46,7 @@ def test_make_chromarms(): cols_mids=["chromosome", "loc"], ) pd.testing.assert_frame_equal( - result + result, arms.rename(columns={"chrom": "chromosome"}), )