Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
gxkl committed Oct 9, 2024
1 parent 54d864a commit 3ca859f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core-decorator/test/fixtures/decators/ChildService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class ChildSingletonProto extends ParentSingletonProto {}
})
export class ParentStaticMultiInstanceProto {}

export class ChildStaticMultiInstanceProto extends ParentSingletonProto {}
export class ChildStaticMultiInstanceProto extends ParentStaticMultiInstanceProto {}


@MultiInstanceProto({
Expand Down

0 comments on commit 3ca859f

Please sign in to comment.