mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Corrected stages integration test
This commit is contained in:
parent
72f03c141e
commit
355ce61417
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ def test_lots_of_files(mock_out_store_directory, tempdir_factory):
|
|||
[b'hook 1', b'hook 2']),
|
||||
('commit', ['commit'], ['commit'], [b'hook 1', b'hook 2']),
|
||||
('commit', [], [], [b'hook 1', b'hook 2']),
|
||||
('commit', [], ['commit'], [b'', b'hook 2']),
|
||||
('commit', [], ['commit'], [b'hook 1', b'hook 2']),
|
||||
('commit', ['push'], ['commit'], [b'', b'hook 2']),
|
||||
('commit', ['commit'], ['push'], [b'hook 1', b'']),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue