Skip to content

Commit 79db466

Browse files
committed
Fix merge conflicts that escaped rebasing
1 parent d9ec83b commit 79db466

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/db/tests/query/indexes.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,8 @@ function createTestItemCollection(autoIndex: `off` | `eager` = `off`) {
235235
getKey: (item) => item.id,
236236
initialData: testData,
237237
autoIndex,
238-
<<<<<<< HEAD
239-
}),
240-
=======
241238
defaultIndexType: BTreeIndex,
242239
})
243-
>>>>>>> 6df29a21 (refactor(db): simplify indexing with BasicIndex and explicit defaultIndexType)
244240
)
245241
}
246242

0 commit comments

Comments
 (0)