2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-21 11:29:02 +00:00

local: Rename local_layout_test

This commit is contained in:
Alexander Neumann 2017-04-10 22:34:39 +02:00
parent 74eb293733
commit 783fd73ea1

View File

@ -6,7 +6,7 @@ import (
"testing"
)
func TestLocalLayout(t *testing.T) {
func TestLayout(t *testing.T) {
path, cleanup := TempDir(t)
defer cleanup()