Skip to content

Commit

Permalink
fix(from): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Mar 21, 2024
1 parent ad3d4b9 commit cdf6ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/form/widgets/autocomplete/widget.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { of } from 'rxjs';

import { mergeConfig, SFSchema, SFSchemaEnum } from '@yelon/form';
import { createTestContext } from '@yelon/testing';
import { AlainConfigService } from '@yelon/util/config';
import { YunzaiConfigService } from '@yelon/util/config';
import { NzSafeAny } from 'ng-zorro-antd/core/types';

import { withAutoCompleteWidget } from './index';
Expand Down Expand Up @@ -118,7 +118,7 @@ describe('form: widget: autocomplete', () => {
page.asyncEnd();
}));
xit('with email of format', fakeAsync(() => {
const config = mergeConfig(TestBed.inject(AlainConfigService));
const config = mergeConfig(TestBed.inject(YunzaiConfigService));
const typeValue = 'a';
page
.newSchema({
Expand Down

0 comments on commit cdf6ed7

Please sign in to comment.