feat: Stop overriding the BTBV manager

This commit is contained in:
2023-06-17 15:21:11 +02:00
parent 28e7ad59b0
commit 4fb25a3ab7
6 changed files with 89 additions and 109 deletions

View File

@@ -4,7 +4,7 @@ import 'package:test/test.dart';
void main() {
test('Test the Blind Trust Before Verification TrustManager', () async {
// Caroline's BTBV manager
final btbv = MemoryBTBVTrustManager();
final btbv = BlindTrustBeforeVerificationTrustManager();
// Example data
const aliceJid = 'alice@some.server';
const bobJid = 'bob@other.server';