Skip to content

Commit 355ce61

Browse files
committed
Corrected stages integration test
1 parent 72f03c1 commit 355ce61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/commands/run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def test_lots_of_files(mock_out_store_directory, tempdir_factory):
389389
[b'hook 1', b'hook 2']),
390390
('commit', ['commit'], ['commit'], [b'hook 1', b'hook 2']),
391391
('commit', [], [], [b'hook 1', b'hook 2']),
392-
('commit', [], ['commit'], [b'', b'hook 2']),
392+
('commit', [], ['commit'], [b'hook 1', b'hook 2']),
393393
('commit', ['push'], ['commit'], [b'', b'hook 2']),
394394
('commit', ['commit'], ['push'], [b'hook 1', b'']),
395395
)

0 commit comments

Comments
 (0)