Skip to content

Commit

Permalink
[web-app] fix plugin service test compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Jun 16, 2024
1 parent 9e46393 commit 6d1d3a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web-app/src/app/plugin/plugin.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ describe('PluginService', () => {
}
service = new PluginService(
mockClient as unknown as HttpClient,
compiler as unknown as Compiler,
injector as unknown as Injector,
system as unknown as SystemJS.Registry,
localStorageService
Expand Down

0 comments on commit 6d1d3a9

Please sign in to comment.