Commit d0471415 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Fix broken test

parent c4fe3499
......@@ -89,7 +89,7 @@ class MasterSlaveConnectionTest extends DbalFunctionalTestCase
$conn = $this->createMasterSlaveConnection($keepSlave = true);
$conn->connect('slave');
$conn->insert('master_slave_table', array('test_int' => 30));
$conn->insert('master_slave_table', array('test_int' => 40));
$this->assertTrue($conn->isConnectedToMaster());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment