Browse Source

fix test

PM-29017
jaasen-livefront 2 days ago
parent
commit
f63f4fc648
No known key found for this signature in database
  1. 2
      test/Core.Test/Vault/Services/CipherServiceTests.cs

2
test/Core.Test/Vault/Services/CipherServiceTests.cs

@ -1368,7 +1368,7 @@ public class CipherServiceTests @@ -1368,7 +1368,7 @@ public class CipherServiceTests
var deps = GetSaveDetailsAsyncDependencies(
sutProvider,
newPassword: "NewPassword",
permission: true,
permission: false,
key: "NewKey"
);

Loading…
Cancel
Save