summaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/DBSchemaTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/DB/DBSchemaTest.php')
-rw-r--r--tests/lib/DB/DBSchemaTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/DB/DBSchemaTest.php b/tests/lib/DB/DBSchemaTest.php
index 8eb7fcf81b4..cc6059c163f 100644
--- a/tests/lib/DB/DBSchemaTest.php
+++ b/tests/lib/DB/DBSchemaTest.php
@@ -107,7 +107,7 @@ class DBSchemaTest extends TestCase {
$platform = \OC::$server->getDatabaseConnection()->getDatabasePlatform();
if ($platform instanceof SqlitePlatform) {
// sqlite removes the tables after closing the DB
- $this->assertTrue(true);
+ $this->addToAssertionCount(1);
} else {
$this->assertFalse(OC_DB::tableExists($table), 'Table ' . $table . ' exists.');
}