We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66eec2 commit ed32d50Copy full SHA for ed32d50
dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Export/ProductTest.php
@@ -271,7 +271,7 @@ public function testExportSpecialChars(): void
271
)
272
);
273
$exportData = $this->model->export();
274
- $this->assertStringContainsString('simple ""1""', $exportData);
+ $this->assertStringContainsString('simple "1"', $exportData);
275
$this->assertStringContainsString('Category with slash\/ symbol', $exportData);
276
}
277
0 commit comments