Rename AddValue
This commit is contained in:
parent
d87e227ff3
commit
447a835b93
13 changed files with 61 additions and 61 deletions
|
|
@ -399,7 +399,7 @@ func TestOptimize(t *testing.T) {
|
|||
|
||||
Convey("With an linksto-fixed pair", func() {
|
||||
fixed := ts.FixedIterator()
|
||||
fixed.AddValue(ts.ValueOf("F"))
|
||||
fixed.Add(ts.ValueOf("F"))
|
||||
fixed.AddTag("internal")
|
||||
lto = iterator.NewLinksTo(ts, fixed, graph.Object)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue