| Index: impl/memory/datastore_query_test.go | 
| diff --git a/impl/memory/datastore_query_test.go b/impl/memory/datastore_query_test.go | 
| index 25b581e9ce0feb5ac5667cd46b684036722dec49..7c268e1a8767150fddc785cef0df3ce028f1e57e 100644 | 
| --- a/impl/memory/datastore_query_test.go | 
| +++ b/impl/memory/datastore_query_test.go | 
| @@ -45,7 +45,7 @@ func curs(pairs ...interface{}) queryCursor { | 
| panic(err) | 
| } | 
| } | 
| -	return queryCursor(bjoin(pre.Bytes(), post.Bytes())) | 
| +	return queryCursor(serialize.Join(pre.Bytes(), post.Bytes())) | 
| } | 
|  | 
| type queryTest struct { | 
|  |