Skip to content

Commit

Permalink
Fix unsupported ciphersuite test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Apr 5, 2024
1 parent 190bf86 commit d90d76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test/Test/MLS/KeyPackage.hs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ testKeyPackageCount cs = do

testUnsupportedCiphersuite :: HasCallStack => App ()
testUnsupportedCiphersuite = do
let suite = Ciphersuite "0x0002"
let suite = Ciphersuite "0x0003"
setMLSCiphersuite suite
bob <- randomUser OwnDomain def
bob1 <- createMLSClient def bob
Expand Down

0 comments on commit d90d76c

Please sign in to comment.