Skip to content

Commit

Permalink
Fixed spacing to resolve check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
btski committed Nov 3, 2023
1 parent 89a0830 commit 7936ce6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,12 +957,12 @@ def test_constellations_mixed(self):
def test_constellations_well_mixed(self):
data = [
# A VPPVPT
("A", "PB2", "LAIV"),
("A", "PB2", "TX98"), # both V
("A", "PB2", "LAIV"),
("A", "PB2", "TX98"), # both V
("A", "PB1", "pdm"),
("A", "PA", "pdm"),
("A", "NP", "LAIV"),
("A", "NP", "TX98"), # both V
("A", "NP", "TX98"), # both V
("A", "M", "pdm"),
("A", "NS", "TRIG"),
("A", "NS", "TRIG"), # duplicates are fine
Expand All @@ -984,7 +984,7 @@ def test_constellations_irregular(self):
]
out = [("A", "PX-P-T")]
self.assertEqual(formatter._make_constellations(data), out)

def test_constellations_flexible(self):
data = [
# A AAAAPX
Expand Down

0 comments on commit 7936ce6

Please sign in to comment.