From 66d55ddb281d2e0f4cb2aa747a6b79366d4a07e3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 11 Mar 2026 07:47:24 -0400 Subject: [PATCH] spelling: identity Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- test/__snapshots__/verified-automations.test.ts.snap | 12 ++++++------ test/verified-automations.test.ts | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/__snapshots__/verified-automations.test.ts.snap b/test/__snapshots__/verified-automations.test.ts.snap index 3aa7d37..83c76b2 100644 --- a/test/__snapshots__/verified-automations.test.ts.snap +++ b/test/__snapshots__/verified-automations.test.ts.snap @@ -1,6 +1,6 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html -exports[`idendity-replicant (automation) > analysis 'automation 1' 1`] = ` +exports[`identity-replicant (automation) > analysis 'automation 1' 1`] = ` { "classification": "automation", "flags": [ @@ -43,7 +43,7 @@ exports[`idendity-replicant (automation) > analysis 'automation 1' 1`] = ` } `; -exports[`idendity-replicant (automation) > analysis 'automation 2' 1`] = ` +exports[`identity-replicant (automation) > analysis 'automation 2' 1`] = ` { "classification": "automation", "flags": [ @@ -76,7 +76,7 @@ exports[`idendity-replicant (automation) > analysis 'automation 2' 1`] = ` } `; -exports[`idendity-replicant (automation) > analysis 'automation 3' 1`] = ` +exports[`identity-replicant (automation) > analysis 'automation 3' 1`] = ` { "classification": "automation", "flags": [ @@ -104,7 +104,7 @@ exports[`idendity-replicant (automation) > analysis 'automation 3' 1`] = ` } `; -exports[`idendity-replicant (automation) > analysis 'automation 4' 1`] = ` +exports[`identity-replicant (automation) > analysis 'automation 4' 1`] = ` { "classification": "organic", "flags": [], @@ -116,7 +116,7 @@ exports[`idendity-replicant (automation) > analysis 'automation 4' 1`] = ` } `; -exports[`idendity-replicant (organic) > analysis 'automation 1' 1`] = ` +exports[`identity-replicant (organic) > analysis 'automation 1' 1`] = ` { "classification": "organic", "flags": [], @@ -128,7 +128,7 @@ exports[`idendity-replicant (organic) > analysis 'automation 1' 1`] = ` } `; -exports[`idendity-replicant (organic) > analysis 'automation 2' 1`] = ` +exports[`identity-replicant (organic) > analysis 'automation 2' 1`] = ` { "classification": "organic", "flags": [], diff --git a/test/verified-automations.test.ts b/test/verified-automations.test.ts index ffe072f..340ca50 100644 --- a/test/verified-automations.test.ts +++ b/test/verified-automations.test.ts @@ -18,7 +18,7 @@ function getFolder(folderName: "automation" | "organic") { } const automationFixtures = getFolder("automation"); -describe("idendity-replicant (automation)", () => { +describe("identity-replicant (automation)", () => { it.each(automationFixtures)("analysis $1", (fixture) => { const identity = identifyReplicant({ createdAt: fixture.user.created_at, @@ -31,7 +31,7 @@ describe("idendity-replicant (automation)", () => { }); const organicFixtures = getFolder("organic"); -describe("idendity-replicant (organic)", () => { +describe("identity-replicant (organic)", () => { it.each(organicFixtures)("analysis $1", (fixture) => { const identity = identifyReplicant({ createdAt: fixture.user.created_at,