Skip to content

Commit

Permalink
Bring back a test proto comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrykuzmin committed Sep 2, 2020
1 parent 896d157 commit 6c130f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/test/proto/spine/test/procman/project.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ message Project {
option (entity).kind = PROCESS_MANAGER;

// The ID of the procman.
//
// Allow empty ID to avoid verbose test set up.
//
ProjectId id = 1 [(required) = false];
string name = 2 [(column) = true];
repeated Task task = 3;
Expand Down

0 comments on commit 6c130f0

Please sign in to comment.