fix tests for new method names

This commit is contained in:
Jeremy Jay 2014-07-18 14:09:57 -04:00
parent 0641309a8f
commit a6dc5c9532
5 changed files with 49 additions and 45 deletions

View file

@ -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