physical: fix failing test

This commit is contained in:
Mitchell Hashimoto
2015-03-12 14:30:16 -07:00
parent 6b9ff30195
commit 5711997ed4

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)
}