fix back test error
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
7d7af6eb49
commit
11cf1ba414
|
@ -38,7 +38,7 @@ describe('item new()', () => {
|
||||||
expect(item.intrastatFk).toEqual(5080000);
|
expect(item.intrastatFk).toEqual(5080000);
|
||||||
expect(item.originFk).toEqual(1);
|
expect(item.originFk).toEqual(1);
|
||||||
expect(item.typeFk).toEqual(2);
|
expect(item.typeFk).toEqual(2);
|
||||||
expect(item.isLaid).toEqual(0);
|
expect(item.isLaid).toBeFalse();
|
||||||
expect(item.name).toEqual('planta');
|
expect(item.name).toEqual('planta');
|
||||||
expect(temporalName.value).toEqual('planta');
|
expect(temporalName.value).toEqual('planta');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue