Skip to content

Commit beccd7d

Browse files
committed
#11211 Fix Store View switcher, update integration test
1 parent ce4fb97 commit beccd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Store/Model/StoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public function testGetCurrentUrl()
274274
$this->model->load('admin');
275275
$this->model->expects($this->any())->method('getUrl')->will($this->returnValue('http://localhost/index.php'));
276276
$this->assertStringEndsWith('default', $this->model->getCurrentUrl());
277-
$this->assertStringEndsNotWith('default', $this->model->getCurrentUrl(false));
277+
$this->assertStringEndsWith('default', $this->model->getCurrentUrl(false));
278278
}
279279

280280
/**

0 commit comments

Comments
 (0)