mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
crypto: update test
This commit is contained in:
parent
2423716f83
commit
60742c4b61
1 changed files with 1 additions and 1 deletions
|
|
@ -31,5 +31,5 @@ func TestExportKeys(t *testing.T) {
|
|||
))
|
||||
data, err := crypto.ExportKeys("meow", []*crypto.InboundGroupSession{sess})
|
||||
assert.NoError(t, err)
|
||||
assert.Len(t, data, 836)
|
||||
assert.Len(t, data, 893)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue