fix: Do not keep the old SPK signature

This commit is contained in:
2022-08-08 15:50:00 +02:00
parent 1bcbf27c83
commit 5b739aaf1a
2 changed files with 2 additions and 13 deletions

View File

@@ -247,7 +247,6 @@ void main() {
expect(await newDevice!.oldSpk!.equals(oldDevice.spk), true);
expect(newDevice!.oldSpkId, oldDevice.spkId);
expect(listsEqual(newDevice!.oldSpkSignature!, oldDevice.spkSignature), true);
});
test('Test accepting a session with an old SPK', () async {