test(ui): assert FullPath in RepoImport candidate test
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -18,6 +18,7 @@ public sealed class RepoImportCandidatesTests
|
|||||||
Assert.True(items[0].IsChecked);
|
Assert.True(items[0].IsChecked);
|
||||||
Assert.False(items[0].AlreadyAdded);
|
Assert.False(items[0].AlreadyAdded);
|
||||||
Assert.Equal("repo-a", items[0].Name);
|
Assert.Equal("repo-a", items[0].Name);
|
||||||
|
Assert.Equal(@"C:\src\repo-a", items[0].FullPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
|||||||
Reference in New Issue
Block a user