Skip to content

Commit e12ce25

Browse files
committed
Format
1 parent 74db777 commit e12ce25

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/search_test.dart

+9-9
Original file line numberDiff line numberDiff line change
@@ -586,18 +586,18 @@ void main() {
586586
expect(
587587
res.hits,
588588
everyElement(
589-
isA<MeiliDocumentContainer<Map<String, dynamic>>>()
590-
.having(
591-
(p0) => p0.parsed,
592-
'parsed',
593-
isNotNull,
594-
),
589+
isA<MeiliDocumentContainer<Map<String, dynamic>>>().having(
590+
(p0) => p0.parsed,
591+
'parsed',
592+
isNotNull,
593+
),
595594
),
596595
);
597596
});
598-
}, skip: openAiKeyValue == null || openAiKeyValue.isEmpty
599-
? "Requires OPEN_AI_API_KEY environment variable"
600-
: null);
597+
},
598+
skip: openAiKeyValue == null || openAiKeyValue.isEmpty
599+
? "Requires OPEN_AI_API_KEY environment variable"
600+
: null);
601601

602602
group('Embedders', () {
603603
group(

0 commit comments

Comments
 (0)