Skip to content

Commit

Permalink
ACS-8036 remove async from test
Browse files Browse the repository at this point in the history
  • Loading branch information
DaryaBalvanovich committed Aug 12, 2024
1 parent 617a74f commit 1d2f92c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('DatatableCellBadgesComponent', () => {
component.node = mockNode;
});

it('should get badges when component initializes', async () => {
it('should get badges when component initializes', () => {
spyOn(appExtensionService, 'getBadges').and.returnValue(of([mockGetBadgesResponse]));
component.ngOnInit();
fixture.detectChanges();
Expand Down

0 comments on commit 1d2f92c

Please sign in to comment.