summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/BridgeTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php
index 0473042..438a498 100644
--- a/test/BridgeTest.php
+++ b/test/BridgeTest.php
@@ -23,7 +23,7 @@ class BridgeTest extends PHPUnit_Framework_TestCase {
'in_reply_to VARCHAR(255), ' .
'when TIMESTAMP, ' .
'PRIMARY KEY (message_id)), ' .
- 'INDEX (post_id)' .
+ 'INDEX (post_id)'
);
$this->db->exec(