test(ui): assert FullPath in RepoImport candidate test

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
mika kuns
2026-05-29 15:42:05 +02:00
parent 50b1589b23
commit 0f41384fa8

View File

@@ -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]