Skip to content

Commit d361cc3

Browse files
[DURACOM-455] fix tests
1 parent 6878cd6 commit d361cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/bitstream-attachment/bitstream-attachment.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('BitstreamAttachmentComponent', () => {
3939
);
4040
const languageList = ['en;q=1', 'de;q=0.8'];
4141
const mockLocaleService = jasmine.createSpyObj('LocaleService', {
42-
getCurrentLanguageCode: jasmine.createSpy('getCurrentLanguageCode'),
42+
getCurrentLanguageCode: of('en'),
4343
getLanguageCodeList: of(languageList),
4444
});
4545

0 commit comments

Comments
 (0)