Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ad25244

Browse files
committed
Remove comment about RenamedInWorkingDir
By default, renamed files appear as Missing and Untracked rather than RenamedInWorkingDir.
1 parent 3337bda commit ad25244

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/UnitTests/GitHub.App/Services/PullRequestServiceTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ public async Task RenamedInWorkingDirFile_False()
217217
Commands.Stage(repo, path);
218218
repo.Commit("foo", Author, Author);
219219
File.Move(file, renamedFile);
220-
// NOTE: Renamed files appear as Missing and Untracked rather than RenamedInWorkingDir. Is this a bug?
221220

222221
var isClean = await service.IsWorkingDirectoryClean(repositoryModel).FirstAsync();
223222

0 commit comments

Comments
 (0)