Skip to content

Commit 402341b

Browse files
committed
fix lint
1 parent 739caaa commit 402341b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

libs/checkout/driver/magento/2.4.7/src/order/driver.service.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ describe('@daffodil/checkout/driver/magento/2.4.7 | MagentoCheckoutOrderService'
8585
it('should throw a DaffCartNotFoundError', done => {
8686
service.placeOrder(cartId).pipe(
8787
catchAndArrayifyErrors((errors) => {
88-
console.log(errors);
8988
expect(errors).toEqual(jasmine.arrayContaining([jasmine.objectContaining({ code: DaffCartDriverErrorCodes.CART_NOT_FOUND })]));
9089
done();
9190
return of();

libs/checkout/routing/src/placed-order/guard.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import {
2222
} from '@daffodil/order/state';
2323
import { DaffOrderFactory } from '@daffodil/order/testing';
2424

25-
import { DaffCheckoutPlacedOrderGuardRedirectUrl } from './guard-redirect.token';
2625
import { DaffCheckoutPlacedOrderGuard } from './guard';
26+
import { DaffCheckoutPlacedOrderGuardRedirectUrl } from './guard-redirect.token';
2727

2828
describe('@daffodil/checkout/routing | DaffCheckoutPlacedOrderGuard', () => {
2929
let service: DaffCheckoutPlacedOrderGuard;

0 commit comments

Comments
 (0)