changed tests
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
9290cd6fb6
commit
047076f189
|
@ -23,7 +23,7 @@ describe('Supplier newSupplier()', () => {
|
|||
expect(createdSupplier.phone).toBeNull();
|
||||
expect(createdSupplier.retAccount).toBeNull();
|
||||
expect(createdSupplier.commission).toBeFalse();
|
||||
expect(createdSupplier.created).toBeLessThanOrEqual(new Date);
|
||||
expect(createdSupplier.created).toBeDefined();
|
||||
expect(createdSupplier.postcodeFk).toBeNull();
|
||||
expect(createdSupplier.isActive).toBeTrue();
|
||||
expect(createdSupplier.isOfficial).toBeTrue();
|
||||
|
|
Loading…
Reference in New Issue