Skip to content

Commit 7934be8

Browse files
committed
remove empty lines
1 parent 360fd9f commit 7934be8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: integration-libs/punchout/core/facade/punchout.service.spec.ts

-3
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ describe('Punchoutservice', () => {
191191

192192
it('should getPunchoutSession stays on page when isPageRefresh is true', (done) => {
193193
spyOn(routingService, 'go').and.returnValue(Promise.resolve(true));
194-
195194
spyOn(connector, 'getPunchoutSessionRequisition').and.returnValue(
196195
of(mockPunchoutRequisitionResponse)
197196
);
@@ -252,7 +251,6 @@ describe('Punchoutservice', () => {
252251

253252
it('should getPunchoutSession opens cart page when no product item and EDIT Level ', (done) => {
254253
spyOn(routingService, 'go').and.returnValue(Promise.resolve(true));
255-
256254
spyOn(connector, 'getPunchoutSession').and.returnValue(
257255
of({
258256
...mockPunchoutSessionResponse,
@@ -276,7 +274,6 @@ describe('Punchoutservice', () => {
276274

277275
it('should getPunchoutSession opens pdp when selectedItem is present ', (done) => {
278276
spyOn(routingService, 'go').and.returnValue(Promise.resolve(true));
279-
280277
spyOn(connector, 'getPunchoutSession').and.returnValue(
281278
of(mockPunchoutSessionResponse)
282279
);

0 commit comments

Comments
 (0)