fix tests for new method names
This commit is contained in:
parent
0641309a8f
commit
a6dc5c9532
5 changed files with 49 additions and 45 deletions
|
|
@ -52,7 +52,7 @@ var simpleGraph = []*graph.Triple{
|
|||
|
||||
func makeTestStore(data []*graph.Triple) (*TripleStore, []pair) {
|
||||
seen := make(map[string]struct{})
|
||||
ts := NewTripleStore()
|
||||
ts := newTripleStore()
|
||||
var (
|
||||
val int64
|
||||
ind []pair
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue