Skip to content

Commit

Permalink
remove duplicate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 22, 2024
1 parent 19d62e1 commit c9875dc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions example/src/tests/clientTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@ test('can make a client', async () => {
return true
})

test('can sign with installation key', async () => {
const [client] = await createClients(1)

const signature = await client.signWithInstallationKey('A digest message')

assert(
signature !== undefined && signature.length > 0,
`Signature should not be empty but was: ${signature}`
)
return true
})

test('can revoke all other installations', async () => {
const keyBytes = new Uint8Array([
233, 120, 198, 96, 154, 65, 132, 17, 132, 96, 250, 40, 103, 35, 125, 64,
Expand Down

0 comments on commit c9875dc

Please sign in to comment.