fix(tests): Fix component integration test

This commit is contained in:
PapaTutuWawa 2024-11-16 17:59:11 +01:00
parent 09a849c6eb
commit e2515e25e4

View File

@ -4,6 +4,8 @@ import 'package:moxxmpp_socket_tcp/moxxmpp_socket_tcp.dart';
import 'package:test/test.dart';
class TestingTCPSocketWrapper extends TCPSocketWrapper {
TestingTCPSocketWrapper() : super(true);
@override
bool onBadCertificate(dynamic certificate, String domain) {
return true;