We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1080c2 commit 105b6e9Copy full SHA for 105b6e9
src/Tests/Framework/MockData/Project.cs
@@ -22,6 +22,7 @@ public class Project
22
public SimpleGeoPoint Location { get; set; }
23
public int? NumberOfCommits { get; set; }
24
public CompletionField Suggest { get; set; }
25
+ public IEnumerable<string> Branches { get; set; }
26
27
public static Faker<Project> Generator { get; } =
28
new Faker<Project>()
0 commit comments