mirror of
https://github.com/restic/restic.git
synced 2025-10-10 08:03:07 +00:00
Introduce type Server
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/restic/restic/backend"
|
||||
)
|
||||
|
||||
func testSnapshot(t *testing.T, be backend.Server) {
|
||||
func testSnapshot(t *testing.T, s restic.Server) {
|
||||
var err error
|
||||
sn, err := restic.NewSnapshot("/home/foobar")
|
||||
ok(t, err)
|
||||
|
Reference in New Issue
Block a user