forked from TrueCloudLab/restic
server/key: Rename CreateKey -> CreateMasterKey
This commit is contained in:
parent
9b54fd7bdb
commit
bebb08ee7e
4 changed files with 9 additions and 7 deletions
|
@ -30,7 +30,7 @@ func SetupBackend(t testing.TB) *server.Server {
|
|||
OK(t, err)
|
||||
|
||||
s := server.NewServer(b)
|
||||
OK(t, s.CreateKey(*TestPassword))
|
||||
OK(t, s.CreateMasterKey(*TestPassword))
|
||||
return s
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue