fix service names in proto

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-02-21 13:18:03 +03:00
parent b9dbfb1cfc
commit 09cb998ba4
10 changed files with 40 additions and 39 deletions

View File

@@ -8,6 +8,7 @@ import (
)
func TestDeps(t *testing.T) {
t.Skip()
d := &dag.AcyclicGraph{}
v0 := d.Add(&node{"v0"})