Fix test prefix

This commit is contained in:
Timothy Warren 2012-11-07 08:46:04 -05:00
parent 5ca46798ca
commit 60d5d99ee3
1 changed files with 2 additions and 2 deletions

View File

@ -40,13 +40,13 @@ class PgSQLQBTest extends QBTest {
'user' => 'postgres', 'user' => 'postgres',
'pass' => '', 'pass' => '',
'type' => 'pgsql', 'type' => 'pgsql',
'prefix' => 'create' 'prefix' => 'create_'
); );
$this->db = new Query_Builder($params); $this->db = new Query_Builder($params);
} }
} }
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
public function TestExists() public function TestExists()