Skip to content

Commit 250e3c6

Browse files
committed
store test [nfc]: Fix test name referring to ZulipApiException
The "expired queue" case also produces a ZulipApiException.
1 parent 57852f3 commit 250e3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/store_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ void main() {
736736
checkRetry(() => connection.prepare(exception: Exception("failed")));
737737
});
738738

739-
test('retries on ZulipApiException', () {
739+
test('retries on generic ZulipApiException', () {
740740
checkRetry(() => connection.prepare(httpStatus: 400, json: {
741741
'result': 'error', 'code': 'BAD_REQUEST', 'msg': 'Bad request'}));
742742
});

0 commit comments

Comments
 (0)