| Index: impl/memory/datastore_test.go
 | 
| diff --git a/impl/memory/datastore_test.go b/impl/memory/datastore_test.go
 | 
| index eacc07084b1bfa4c855a41353adc6b2b0b251f95..3a171109a2aedbda94e2ca4b1133dfeeee7bab8d 100644
 | 
| --- a/impl/memory/datastore_test.go
 | 
| +++ b/impl/memory/datastore_test.go
 | 
| @@ -541,7 +541,7 @@ func TestCompoundIndexes(t *testing.T) {
 | 
|  		return "idx::" + string(serialize.ToBytes(*def.PrepForIdxTable()))
 | 
|  	}
 | 
|  
 | 
| -	numItms := func(c *memCollection) uint64 {
 | 
| +	numItms := func(c memCollection) uint64 {
 | 
|  		ret, _ := c.GetTotals()
 | 
|  		return ret
 | 
|  	}
 | 
| 
 |