diff --git a/tests/ClaudeDo.Ui.Tests/RepoImportCandidatesTests.cs b/tests/ClaudeDo.Ui.Tests/RepoImportCandidatesTests.cs index 0567c9a..86bbb58 100644 --- a/tests/ClaudeDo.Ui.Tests/RepoImportCandidatesTests.cs +++ b/tests/ClaudeDo.Ui.Tests/RepoImportCandidatesTests.cs @@ -18,6 +18,7 @@ public sealed class RepoImportCandidatesTests Assert.True(items[0].IsChecked); Assert.False(items[0].AlreadyAdded); Assert.Equal("repo-a", items[0].Name); + Assert.Equal(@"C:\src\repo-a", items[0].FullPath); } [Fact]