Skip to content

Commit fada3e6

Browse files
committed
Remove unused key from test
1 parent 4c1ff9f commit fada3e6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/WP_SQLite_Translator_Tests.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,8 +1293,7 @@ public function testReservedKeywordsAsFieldNames() {
12931293
'CREATE TABLE `_tmp_table` (
12941294
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
12951295
`INDEX` timestamp,
1296-
PRIMARY KEY (`id`),
1297-
KEY numeric (numeric)
1296+
PRIMARY KEY (`id`)
12981297
);'
12991298
);
13001299
$results = $this->assertQuery( 'DESCRIBE _tmp_table;' );

0 commit comments

Comments
 (0)