fix test
This commit is contained in:
parent
1e2ff472ed
commit
1f67913ed9
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ func runQueryGetTag(g []*graph.Triple, query string, tag string) []string {
|
||||||
if data.val == nil {
|
if data.val == nil {
|
||||||
val := (*data.actualResults)[tag]
|
val := (*data.actualResults)[tag]
|
||||||
if val != nil {
|
if val != nil {
|
||||||
results = append(results, js.ts.GetNameFor(val))
|
results = append(results, js.ts.NameOf(val))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue