Skip to content

Commit

Permalink
missing use of encryptionKey
Browse files Browse the repository at this point in the history
  • Loading branch information
chm-diederichs committed Mar 21, 2024
1 parent b3eb89d commit c36550b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const {
confirm,
replicate,
compare,
compareViews
compareViews,
encryptionKey
} = require('./helpers')

test('basic - two writers', async t => {
Expand Down Expand Up @@ -727,7 +728,8 @@ test('basic - catch apply throws', async t => {
apply: applyThrow,
valueEncoding: 'json',
ackInterval: 0,
ackThreshold: 0
ackThreshold: 0,
encryptionKey
})

b.on('error', err => {
Expand Down

0 comments on commit c36550b

Please sign in to comment.