Skip to content

Commit 5a30628

Browse files
authored
update test
1 parent 5d9aa0e commit 5a30628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class testOutputs(unittest.TestCase):
1414

1515
def test_outputs_count(self):
1616
# print(len(OUTPUTS))
17-
assert len(OUTPUTS) == 23, len(OUTPUTS)
17+
assert len(OUTPUTS) == 24, len(OUTPUTS)
1818

1919
def test_outputs_init(self):
2020
for output in OUTPUTS:

0 commit comments

Comments
 (0)