Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Oct 3, 2023
1 parent 207055d commit d9a8db6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('GoogleTagManagerService', () => {
}
))

it('should be able to add script element and throw error because cannot connect with GTM', inject(
it('should be able to add script element and throw error because cannot connect with GTM', inject(
[GoogleTagManagerService],
(service: GoogleTagManagerService) => {
service.addGtmToDom().subscribe(
Expand All @@ -60,7 +60,7 @@ describe('GoogleTagManagerService', () => {
},
(error) => {
expect(error).toEqual({
name: 'GTM - Error'
name: 'GTM - Error',
})
}
)
Expand Down

0 comments on commit d9a8db6

Please sign in to comment.