mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-31 15:12:20 +00:00 
			
		
		
		
	Fix flake8 errors: E225 missing whitespace around operator
This commit is contained in:
		| @@ -29,7 +29,7 @@ def test_match(stderr, script): | ||||
|  | ||||
| @pytest.mark.parametrize('script', ['brew link coreutils']) | ||||
| def test_not_match(script): | ||||
|     stderr='' | ||||
|     stderr = '' | ||||
|     assert not match(Command(script=script, stderr=stderr)) | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -22,7 +22,7 @@ def test_match(stdout, script): | ||||
|  | ||||
| @pytest.mark.parametrize('script', ['brew remove gnuplot']) | ||||
| def test_not_match(script): | ||||
|     stdout='Uninstalling /usr/local/Cellar/gnuplot/5.0.4_1... (44 files, 2.3M)\n' | ||||
|     stdout = 'Uninstalling /usr/local/Cellar/gnuplot/5.0.4_1... (44 files, 2.3M)\n' | ||||
|     assert not match(Command(script=script, stdout=stdout)) | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user