Skip to content

Commit 55f5b26

Browse files
committed
test: fix tests
1 parent bd7f6bf commit 55f5b26

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/modelDependent/bgeReranker/rank.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ describe("bgeReranker", () => {
124124
"I love eating pizza with extra cheese",
125125
"Dogs love to play fetch with their owners",
126126
"The capital of France is Paris",
127-
"Drinking water is important for staying hydrated",
128127
"Mount Everest is the tallest mountain in the world",
129128
"A warm cup of tea is perfect for a cold winter day",
130129
"Not all the things that shine are made of gold",
@@ -171,10 +170,6 @@ describe("bgeReranker", () => {
171170
"document": "The sky is clear and blue today",
172171
"score": -11,
173172
},
174-
{
175-
"document": "Drinking water is important for staying hydrated",
176-
"score": -11,
177-
},
178173
{
179174
"document": "Cleaning the house is a good way to keep it tidy",
180175
"score": -11,

0 commit comments

Comments
 (0)