forked from TrueCloudLab/restic
test: update test case name
This commit is contained in:
parent
3a52176121
commit
24a247a0dc
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func testRunRestoreIncludes(t testing.TB, gopts GlobalOptions, dir string, snaps
|
|||
rtest.OK(t, testRunRestoreAssumeFailure(snapshotID.String(), opts, gopts))
|
||||
}
|
||||
|
||||
func TestRestoreIncludesComplex(t *testing.T) {
|
||||
func TestRestoreIncludes(t *testing.T) {
|
||||
testfiles := []struct {
|
||||
path string
|
||||
size uint
|
||||
|
|
Loading…
Reference in a new issue