Skip to content

Commit

Permalink
fix: Type in test description for managed headers check
Browse files Browse the repository at this point in the history
  • Loading branch information
klkucaj committed Jan 10, 2025
1 parent fd4873a commit aa2c151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/headers/header_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void main() {
});

group('when converting to map', () {
test('then all managed header by Header class are included', () {
test('then all managed header by the Header class are included', () {
var headers = Headers.request();
var managedHeaders = Headers.managedHeaders
.where(
Expand Down

0 comments on commit aa2c151

Please sign in to comment.