summaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/MySqlMigrationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/DB/MySqlMigrationTest.php')
-rw-r--r--tests/lib/DB/MySqlMigrationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/DB/MySqlMigrationTest.php b/tests/lib/DB/MySqlMigrationTest.php
index cdc7ef47784..3bbe89fe025 100644
--- a/tests/lib/DB/MySqlMigrationTest.php
+++ b/tests/lib/DB/MySqlMigrationTest.php
@@ -43,7 +43,7 @@ class MySqlMigrationTest extends \Test\TestCase {
$manager = new \OC\DB\MDB2SchemaManager($this->connection);
$manager->updateDbFromStructure(__DIR__ . '/testschema.xml');
- $this->assertTrue(true);
+ $this->addToAssertionCount(1);
}
}