Skip to content
Snippets Groups Projects
Commit 8034fe69 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

fix tests

parent 8c6c42f0
No related branches found
No related tags found
3 merge requests!127Modify internal password generation to base it off the user's password,!124Update for single DB cipher object,!109Project/haven beta
......@@ -61,7 +61,7 @@ const (
// Error messages.
const (
// initInternalPassword
readInternalPasswordErr = "could not generate internal password: %+v"
readInternalPasswordErr = "could not generate"
internalPasswordNumBytesErr = "expected %d bytes for internal password, found %d bytes"
// getInternalPassword
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment