Skip to content

Commit 7b879cf

Browse files
committed
fix test
1 parent a86c1ab commit 7b879cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/test/search/flutter_iap_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ void main() {
6969
expect(json.decode(json.encode(result)), {
7070
'timestamp': isNotNull,
7171
'totalCount': 1,
72+
'nameMatches': ['flutter_iap'],
7273
'sdkLibraryHits': [],
7374
'packageHits': [
7475
{'package': 'flutter_iap', 'score': 1.0},

0 commit comments

Comments
 (0)