Skip to content

Commit bd2fdad

Browse files
MC-38765: Ensure there are no split db specific tests
- remove extra comma
1 parent 5bcb9db commit bd2fdad

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule2/fixture

1 file changed

+2
-2
lines changed

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule2/fixture/shards.mysql8.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
*/
66
return [
77
'test_table_one' => 'CREATE TABLE `test_table_one` (
8-
`smallint` smallint NOT NULL AUTO_INCREMENT,,
8+
`smallint` smallint NOT NULL AUTO_INCREMENT,
99
`varchar` varchar(254) DEFAULT NULL,
1010
PRIMARY KEY (`smallint`)
1111
) ENGINE=InnoDB DEFAULT CHARSET=utf8',
1212
'test_table_two' => 'CREATE TABLE `test_table_two` (
13-
`smallint` smallint NOT NULL AUTO_INCREMENT,,
13+
`smallint` smallint NOT NULL AUTO_INCREMENT,
1414
`varchar` varchar(254) DEFAULT NULL,
1515
PRIMARY KEY (`smallint`)
1616
) ENGINE=InnoDB DEFAULT CHARSET=utf8',

0 commit comments

Comments
 (0)