fix(repo): fix broken test

This commit is contained in:
Efthymis Sarmpanis
2023-11-24 13:40:17 +02:00
parent ac64e223c6
commit 3b1be70b10
@@ -164,7 +164,8 @@ void main() {
expect(
e.message,
"The connection errored: Dio can't establish a new connection"
' after it was closed.',
' after it was closed. This indicates an error which most likely'
' cannot be solved by the library.',
);
}
});