Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 26aa280

Browse files
neuroKipshana
authored andcommitted
changed expected status in Checkout unit test
1 parent e6f0acf commit 26aa280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/Events/RepositoryManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ public async Task ShouldCheckoutFiles()
774774
Entries =
775775
new List<GitStatusEntry> {
776776
new GitStatusEntry("foobar.txt", TestRepoMasterCleanSynchronized.Combine("foobar.txt"),
777-
"foobar.txt", GitFileStatus.None)
777+
"foobar.txt", GitFileStatus.Untracked)
778778
}
779779
};
780780

0 commit comments

Comments
 (0)