Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 3b58f50

Browse files
committed
test: Fix EncryptionKeyPersistence test name.
1 parent 13f3d4e commit 3b58f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/EncryptionKeyPersistence.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import config from './config'
1010

1111
const TIMEOUT = 10 * 1000
1212

13-
describeRepeats('decryption', () => {
13+
describeRepeats('Encryption Key Persistence', () => {
1414
let expectErrors = 0 // check no errors by default
1515
let errors: Error[] = []
1616
let onError = jest.fn()

0 commit comments

Comments
 (0)