File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -848,10 +848,8 @@ void main() {
848
848
});
849
849
}
850
850
851
- test ('report generic ZulipApiException' , () {
852
- checkReported (prepareZulipApiExceptionBadRequest).startsWith (
853
- "Error connecting to Zulip. Retrying…\n "
854
- "Error connecting to Zulip at" );
851
+ test ('ignore NetworkException from SocketException' , () {
852
+ checkNotReported (prepareNetworkExceptionSocketException);
855
853
});
856
854
857
855
test ('eventually report Server5xxException' , () {
@@ -860,8 +858,10 @@ void main() {
860
858
"Error connecting to Zulip at" );
861
859
});
862
860
863
- test ('ignore NetworkException from SocketException' , () {
864
- checkNotReported (prepareNetworkExceptionSocketException);
861
+ test ('report generic ZulipApiException' , () {
862
+ checkReported (prepareZulipApiExceptionBadRequest).startsWith (
863
+ "Error connecting to Zulip. Retrying…\n "
864
+ "Error connecting to Zulip at" );
865
865
});
866
866
});
867
867
});
You can’t perform that action at this time.
0 commit comments