Skip to content

Commit

Permalink
backend/local: call new test API correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Mar 15, 2017
1 parent 1ca0352 commit 2969b29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/local/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2969b29

Please sign in to comment.