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 7802dd2 commit eb24cf4Copy full SHA for eb24cf4
internal/knowledge/graph_binder_test.go
@@ -23,8 +23,8 @@ func TestShouldRelateAssets(t *testing.T) {
23
assert.Len(t, g.Relations(), 1)
24
25
assert.ElementsMatch(t, g.Assets(), []Asset{
26
- Asset{Type: "from_type", Key: "from"},
27
- Asset{Type: "to_type", Key: "to"},
+ {Type: "from_type", Key: "from"},
+ {Type: "to_type", Key: "to"},
28
})
29
}
30
@@ -38,6 +38,6 @@ func TestShouldBindAsset(t *testing.T) {
38
assert.Len(t, g.Relations(), 0)
39
40
41
42
43
0 commit comments