backend/local: call new test API correctly
This commit is contained in:
parent
1ca0352e5f
commit
2969b29d9b
|
@ -21,7 +21,8 @@ func TestLocal_impl(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestLocal_backend(t *testing.T) {
|
||||
backend.TestBackend(t, TestLocal(t))
|
||||
b := TestLocal(t)
|
||||
backend.TestBackend(t, b, b)
|
||||
}
|
||||
|
||||
func checkState(t *testing.T, path, expected string) {
|
||||
|
|
Loading…
Reference in New Issue