Skip to content

Commit

Permalink
Update api-chat.service.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcampagnolitg committed Sep 15, 2024
1 parent 2b7427c commit 6125399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ describe('ApiChatService', () => {

it('should be created', () => {
const service: ApiChatService = TestBed.get(ApiChatService);
expect(service).not.to.be.undefined;
expect(service).to.not.be.undefined;
});
});

0 comments on commit 6125399

Please sign in to comment.