Destutter mql
This commit is contained in:
parent
3a673a333c
commit
913d567ae1
5 changed files with 18 additions and 18 deletions
|
|
@ -35,9 +35,9 @@ import (
|
|||
// +---+
|
||||
//
|
||||
|
||||
func buildTripleStore() *MqlSession {
|
||||
func buildTripleStore() *Session {
|
||||
ts := memstore.MakeTestingMemstore()
|
||||
return NewMqlSession(ts)
|
||||
return NewSession(ts)
|
||||
}
|
||||
|
||||
func compareJsonInterfaces(actual interface{}, expected interface{}, path MqlPath, t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue