Skip to content

Commit

Permalink
[ACS-9068] [ACA] - Pipeline changes enabling packagage release
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland committed Dec 9, 2024
1 parent 3d527c2 commit 1ce5062
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ describe('RuleSetPickerSmartComponent', () => {
folderRuleSetsService = TestBed.inject(FolderRuleSetsService);
fixture = TestBed.createComponent(RuleSetPickerSmartComponent);
component = fixture.componentInstance;
component['folderRuleSetsService'] = folderRuleSetsService;

loadRuleSetsSpy = spyOn(folderRuleSetsService, 'loadRuleSets').and.callThrough();
callApiSpy = spyOn<any>(folderRuleSetsService, 'callApi');
Expand Down

0 comments on commit 1ce5062

Please sign in to comment.