fix(repo): fix broken test
This commit is contained in:
@@ -164,7 +164,8 @@ void main() {
|
|||||||
expect(
|
expect(
|
||||||
e.message,
|
e.message,
|
||||||
"The connection errored: Dio can't establish a new connection"
|
"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.',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user