1
0
mirror of https://github.com/restic/restic.git synced 2024-07-15 10:44:20 +02:00
restic/server/key_test.go

14 lines
197 B
Go
Raw Normal View History

2015-04-26 14:46:15 +02:00
package server_test
import (
"testing"
. "github.com/restic/restic/test"
)
func TestRepo(t *testing.T) {
s := SetupBackend(t)
defer TeardownBackend(t, s)
_ = SetupKey(t, s, TestPassword)
}