physical: fix failing test

This commit is contained in:
Mitchell Hashimoto 2015-03-12 14:30:16 -07:00
parent 15de847389
commit 39b42bb862
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package physical
import "testing"
func TestInmem(t *testing.T) {
inm := newInmem()
inm := NewInmem()
testBackend(t, inm)
testBackend_ListPrefix(t, inm)
}