Skip to content

Commit b5e6c6c

Browse files
authored
Merge branch 'main' into fix/8716-source-sorting-option
2 parents ec14b9c + d9a8db6 commit b5e6c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/core/google-tag-manager/google-tag-manager.service.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('GoogleTagManagerService', () => {
4747
}
4848
))
4949

50-
it('should be able to add script element and throw error because cannot connect with GTM', inject(
50+
it('should be able to add script element and throw error because cannot connect with GTM', inject(
5151
[GoogleTagManagerService],
5252
(service: GoogleTagManagerService) => {
5353
service.addGtmToDom().subscribe(
@@ -60,7 +60,7 @@ describe('GoogleTagManagerService', () => {
6060
},
6161
(error) => {
6262
expect(error).toEqual({
63-
name: 'GTM - Error'
63+
name: 'GTM - Error',
6464
})
6565
}
6666
)

0 commit comments

Comments
 (0)