Skip to content

Commit bd96787

Browse files
authored
Update test_server.py
1 parent 32e162a commit bd96787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/git/tests/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_git_add_all_files(test_repository):
7777

7878
staged_files = [item.a_path for item in test_repository.index.diff("HEAD")]
7979
assert "all_file.txt" in staged_files
80-
assert result == "Files staged sucessfully"
80+
assert result == "Files staged successfully"
8181

8282
def test_git_add_specific_files(test_repository):
8383
file1 = Path(test_repository.working_dir) / "file1.txt"

0 commit comments

Comments
 (0)