feat: Make BlindTrustBeforeVerificationTrustManager abstract

This commit is contained in:
2022-08-08 18:58:53 +02:00
parent c1fb79a20f
commit 5158c32c3d
2 changed files with 51 additions and 21 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 = BlindTrustBeforeVerificationTrustManager();
final btbv = MemoryBTBVTrustManager();
// Example data
const aliceJid = 'alice@some.server';
const bobJid = 'bob@other.server';