Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jblance authored Jul 4, 2024
1 parent 5d9aa0e commit 5a30628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class testOutputs(unittest.TestCase):

def test_outputs_count(self):
# print(len(OUTPUTS))
assert len(OUTPUTS) == 23, len(OUTPUTS)
assert len(OUTPUTS) == 24, len(OUTPUTS)

def test_outputs_init(self):
for output in OUTPUTS:
Expand Down

0 comments on commit 5a30628

Please sign in to comment.