Skip to content

Commit 194f997

Browse files
committed
fix ci test
1 parent d3970c5 commit 194f997

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

service/tests/service-check.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,19 @@
1515

1616
import { cli } from "https://deno.land/x/[email protected]/mod.ts";
1717
import { connect } from "jsr:@nats-io/[email protected]";
18-
import type { NatsConnection } from "jsr:@nats-io/[email protected]";
19-
import { collect, parseSemVer, StringCodec } from "@nats-io/nats-core/internal";
18+
import {
19+
collect,
20+
NatsConnection,
21+
parseSemVer,
22+
StringCodec,
23+
} from "@nats-io/nats-core/internal";
2024

2125
import type { ServiceIdentity, ServiceInfo, ServiceStats } from "../mod.ts";
2226
import { ServiceError, ServiceResponseType, ServiceVerb, Svc } from "../mod.ts";
2327

2428
import type { ServiceClientImpl } from "../serviceclient.ts";
25-
import type { Ajv, JSONSchemaType, ValidateFunction } from "npm:ajv";
29+
import type { JSONSchemaType, ValidateFunction } from "npm:ajv";
30+
import type { Ajv } from "npm:ajv";
2631

2732
const ajv = new Ajv();
2833

0 commit comments

Comments
 (0)