Skip to content

Commit 3424e0f

Browse files
committed
fix
1 parent f4bfbf0 commit 3424e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/telemetry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ describe("Telemetry", () => {
270270
);
271271
});
272272

273-
it("should timeout if machine ID resolution takes too long", async () => {
273+
it("should timeout if machine ID resolution takes too long", () => {
274274
const loggerSpy = jest.spyOn(logger, "debug");
275275

276276
telemetry = Telemetry.create(session, config, {

0 commit comments

Comments
 (0)