Skip to content

Commit b4491c5

Browse files
author
Cameron Mattson
committed
Changed test to provide more coverage for similar bugs
1 parent 051ebb6 commit b4491c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_correctness_pairwise_compare_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_data(request):
5555
{
5656
"_comparator": PearsonsCorrelation(),
5757
"_same_columns": None,
58-
"_different_columns": ["Metadata_siRNA", "Metadata_Well"],
58+
"_different_columns": ["Metadata_siRNA", "Metadata_Well", "Metadata_genotype"],
5959
"_drop_cols": None,
6060
}
6161
),

0 commit comments

Comments
 (0)