Skip to content

Commit 9772317

Browse files
committed
Correctly name status test
1 parent b9d9857 commit 9772317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_git/tests/test_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .testutils import FakeContentManager
1212

1313
@pytest.mark.asyncio
14-
async def test_changed_files_index():
14+
async def test_status():
1515
with patch("jupyterlab_git.git.execute") as mock_execute:
1616
# Given
1717
process_output = (

0 commit comments

Comments
 (0)