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 a86c1ab commit 7b879cfCopy full SHA for 7b879cf
app/test/search/flutter_iap_test.dart
@@ -69,6 +69,7 @@ void main() {
69
expect(json.decode(json.encode(result)), {
70
'timestamp': isNotNull,
71
'totalCount': 1,
72
+ 'nameMatches': ['flutter_iap'],
73
'sdkLibraryHits': [],
74
'packageHits': [
75
{'package': 'flutter_iap', 'score': 1.0},
0 commit comments