Skip to content

Commit 105b6e9

Browse files
committed
Post revert build fix
1 parent b1080c2 commit 105b6e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Tests/Framework/MockData/Project.cs

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public class Project
2222
public SimpleGeoPoint Location { get; set; }
2323
public int? NumberOfCommits { get; set; }
2424
public CompletionField Suggest { get; set; }
25+
public IEnumerable<string> Branches { get; set; }
2526

2627
public static Faker<Project> Generator { get; } =
2728
new Faker<Project>()

0 commit comments

Comments
 (0)