Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 27, 2024
1 parent 605c362 commit a505d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-server/tests/worker/ingestion/person-state.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ describe('PersonState.update()', () => {
expect(distinctIds).toEqual(expect.arrayContaining([]))
})

it('overrides are created only when distinct_id is in posthog_personlessdistinctid', async () => {
it.only('overrides are created only when distinct_id is in posthog_personlessdistinctid', async () => {

Check failure on line 182 in plugin-server/tests/worker/ingestion/person-state.test.ts

View workflow job for this annotation

GitHub Actions / Code quality

it.only not permitted
// oldUserDistinctId exists, and 'old2' will merge into it, but not create an override
await hub.db.createPerson(timestamp, {}, {}, {}, teamId, null, false, oldUserUuid, [
{ distinctId: oldUserDistinctId },
Expand Down

0 comments on commit a505d21

Please sign in to comment.