Skip to content

Commit

Permalink
black passing
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephPB committed Oct 13, 2022
1 parent 36b426e commit 17a5ab1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions test_june/unit/groups/test_make_subgroups.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ def test__make_subgroups(super_group):


def test_excel_cols():
assert list(
itertools.islice(make_subgroups.SubgroupParams().excel_cols(), 10)
) == ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J"]
assert list(itertools.islice(make_subgroups.SubgroupParams().excel_cols(), 10)) == [
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J",
]

0 comments on commit 17a5ab1

Please sign in to comment.