Skip to content

Commit

Permalink
💡 Link the regression
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jun 25, 2024
1 parent 9619900 commit db52baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dio/test/transformer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:dio/src/transformers/util/consolidate_bytes.dart';
import 'package:test/test.dart';

void main() {
// Regression:
// Regression: https://github.com/cfug/dio/issues/2256
test('Transformer.isJsonMimeType', () {
expect(Transformer.isJsonMimeType('application/json'), isTrue);
expect(Transformer.isJsonMimeType('application/json;charset=utf8'), isTrue);
Expand Down

0 comments on commit db52baf

Please sign in to comment.