Skip to content

Commit

Permalink
contracts.proto: remove fullName from DartGroupEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 12, 2023
1 parent 84c6bfd commit 083cf70
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 265 deletions.
1 change: 0 additions & 1 deletion contracts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ message ListDartTestsResponse {

message DartGroupEntry {
string name = 1;
string fullName = 2;
GroupEntryType type = 3;
repeated DartGroupEntry entries = 4;

Expand Down
Loading

0 comments on commit 083cf70

Please sign in to comment.