Skip to content

Commit

Permalink
Adding missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
liamh101 committed Mar 19, 2023
1 parent e40b710 commit 38283ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/DatabaseSchemaBlueprintIntegrationTest.php
Expand Up @@ -352,7 +352,7 @@ public function testChangingCharColumnsWork()
'CREATE TABLE users (name CHAR(50) NOT NULL COLLATE "BINARY")',
'INSERT INTO users (name) SELECT name FROM __temp__users',
'DROP TABLE __temp__users',
]
],
];

$this->assertContains($queries, $expected);
Expand Down

0 comments on commit 38283ec

Please sign in to comment.