Skip to content

Commit

Permalink
Revert "update a test to see if it can be created without a key"
Browse files Browse the repository at this point in the history
This reverts commit 6c5ba4f.
  • Loading branch information
nplasterer committed Jul 10, 2024
1 parent e2c47ac commit 4d872aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/src/tests/groupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@ function test(name: string, perform: () => Promise<boolean>) {

test('can make a MLS V3 client', async () => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const keyBytes = new Uint8Array([
233, 120, 198, 96, 154, 65, 132, 17, 132, 96, 250, 40, 103, 35, 125, 64,
166, 83, 208, 224, 254, 44, 205, 227, 175, 49, 234, 129, 74, 252, 135, 145,
])
const client = await Client.createRandom({
env: 'local',
appVersion: 'Testing/0.0.0',
enableV3: true,
dbEncryptionKey: keyBytes,
})

return true
Expand Down

0 comments on commit 4d872aa

Please sign in to comment.