Skip to content

Commit b1dc428

Browse files
author
Marek Dalewski
committed
change: fix failing tests in dbcrypt package
1 parent c3b8d26 commit b1dc428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/dbcrypt/dbcipher_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func TestCipherCreationFailure(t *testing.T) {
113113
Password: "encryption-password",
114114
PasswordSalt: "encryption-password-salt-0123456",
115115
},
116-
errorShouldContain: "invalid db cipher version",
116+
errorShouldContain: "cipher version \"unknown\" not found",
117117
},
118118
{
119119
name: "empty-password",

0 commit comments

Comments
 (0)