forked from TrueCloudLab/restic
local: Rename local_layout_test
This commit is contained in:
parent
74eb293733
commit
783fd73ea1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func TestLocalLayout(t *testing.T) {
|
||||
func TestLayout(t *testing.T) {
|
||||
path, cleanup := TempDir(t)
|
||||
defer cleanup()
|
||||
|
Loading…
Reference in a new issue