Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Jan 14, 2025
1 parent 18fdded commit 2b228d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/events/src/service/indexing/indexing.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test('indexes all records from MongoDB with one function call', async () => {
expect(body.hits.hits).toHaveLength(2)
})

test.only('records are automatically indexed when they are created', async () => {
test('records are automatically indexed when they are created', async () => {
await client.event.create(generator.event.create())

const esClient = getOrCreateClient()
Expand Down

0 comments on commit 2b228d4

Please sign in to comment.