Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Aug 19, 2020
1 parent d32c142 commit cc73676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unit/test/src/Service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {ServiceFactory} from "@typesafeunit/unit";
import {MemoryDb} from "../../../test/src/context/services/MemoryDb";
import {MemoryDbServiceResolver} from "../../../test/src/context/services/MemoryDbServiceResolver";
import {Context} from "../../src/Context";
import {Service, SERVICE_KIND} from "../../src/Service";
import {SERVICE_KIND} from "../../src/Service";

describe("Service", () => {
const table: [string, (v: string) => any][] = [
Expand Down

0 comments on commit cc73676

Please sign in to comment.