1diff --git a/tests/test_process.py b/tests/test_process.py
2index 493fc8f..feb1833 100644
3--- a/tests/test_process.py
4+++ b/tests/test_process.py
5@@ -126,7 +126,7 @@ class TestProcessOnEmptyDir(TempDirTestCase):
6 with self.assertRaises(subprocess.CalledProcessError) as cm:
7 runner('status', '-sb')
8 self.assertIn(
9- "fatal: Not a git repository",
10+ "fatal: not a git repository",
11 cm.exception.stderr,
12 )
13