Skip to content

Commit

Permalink
chore: rename test name
Browse files Browse the repository at this point in the history
  • Loading branch information
changchanghwang committed Aug 7, 2023
1 parent 5e2e383 commit 262bb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/container/container-instance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('Container', () => {
});
});

it('service', () => {
it('repository', () => {
containerInstance.set({
id: 'TestService',
Class: class TestService {},
Expand Down

0 comments on commit 262bb6c

Please sign in to comment.