We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acca4c commit 51be09bCopy full SHA for 51be09b
lib/utils/header_utils.dart
@@ -113,4 +113,4 @@ List<String> getHeaderSuggestions(String pattern) {
113
(element) => element.toLowerCase().contains(pattern.toLowerCase()),
114
)
115
.toList();
116
-}
+}
test/utils/header_utils_test.dart
@@ -139,4 +139,4 @@ void main() {
139
expect(getHeaderSuggestions(pattern), expected);
140
});
141
142
0 commit comments