Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Sep 5, 2024
1 parent 2fa4ac9 commit 0f853b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/locals.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from "@digital-alchemy/core";
import { v4 } from "uuid";

import { HomeAssistantEntityLocalRow, TSynapseId } from "../helpers";
import { HomeAssistantEntityLocalRow } from "../helpers";
import { BASIC_BOOT, CreateTestingApplication } from "./helpers";

describe("Locals", () => {
Expand Down Expand Up @@ -324,7 +324,7 @@ describe("Locals", () => {
it("returns defaults as ownKeys before bootstrap", async () => {
expect.assertions(1);
application = CreateTestingApplication({
Test({ synapse, context, lifecycle }: TServiceParams) {
Test({ synapse, context }: TServiceParams) {
const sensor = synapse.sensor<number, { test: boolean; string?: string }>({
context,
locals: { test: false },
Expand Down

0 comments on commit 0f853b6

Please sign in to comment.