Skip to content

Commit

Permalink
feature(publish): #535 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mmaul committed Jan 25, 2024
1 parent fe04bc9 commit d543c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BehaviorSubject, of } from 'rxjs';

import { AssetPublisherComponent } from './asset-publisher.component';

fdescribe('AssetPublisherComponent', () => {
describe('AssetPublisherComponent', () => {
const policyServiceSpy = jasmine.createSpyObj('PolicyService', ['getPolicies', 'publishAssets']);
const isOpenSubject = new BehaviorSubject<boolean>(true);

Expand Down

0 comments on commit d543c4d

Please sign in to comment.