renamed GetType() to Type(), fixed iterator tests
This commit is contained in:
parent
4bafc22f43
commit
d545fc4b44
7 changed files with 9 additions and 7 deletions
|
|
@ -73,3 +73,5 @@ func (qs *store) Close() {}
|
|||
func (qs *store) QuadDirection(graph.Value, quad.Direction) graph.Value { return 0 }
|
||||
|
||||
func (qs *store) RemoveQuad(t quad.Quad) {}
|
||||
|
||||
func (qs *store) Type() string { return "mockstore" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue