Skip to content

Commit b4b4232

Browse files
Fix debug-service unit tests
1 parent f3dc66e commit b4b4232

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/services/debug-service.ts

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ describe("debugService", () => {
8686

8787
testInjector.register("hostInfo", testData.hostInfo);
8888

89+
testInjector.register("logger", stubs.LoggerStub);
90+
8991
return testInjector;
9092
};
9193

0 commit comments

Comments
 (0)