From 355ce61417be3948f5a139e4a7e6818bf5b65b78 Mon Sep 17 00:00:00 2001 From: Barry Steyn Date: Tue, 6 Oct 2015 08:45:24 -0700 Subject: [PATCH] Corrected stages integration test --- tests/commands/run_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/run_test.py b/tests/commands/run_test.py index 548df742..be9223ee 100644 --- a/tests/commands/run_test.py +++ b/tests/commands/run_test.py @@ -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'']), )