This commit is contained in:
2026-02-04 08:52:10 -05:00
parent c33c1d2f36
commit 6d1df4dede
2 changed files with 8 additions and 5 deletions

View File

@@ -113,6 +113,7 @@ class TestGenerateCommand:
])
assert result.exit_code == 0
assert "Dry run complete" in result.output
assert "Elapsed:" in result.output
def test_generate_nonexistent_storyboard(self):
"""Test generate with non-existent storyboard."""