mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 10:54:41 -04:00
remove wrong check here
This commit is contained in:
parent
e62eb2e8d1
commit
4bbdd67a22
1 changed files with 0 additions and 1 deletions
|
|
@ -110,7 +110,6 @@ class Test_DBSchema extends PHPUnit_Framework_TestCase {
|
|||
}
|
||||
|
||||
$name = $result->fetchOne(); //FIXME checking with '$result->numRows() === 1' does not seem to work?
|
||||
OC_DB::raiseExceptionOnError($name);
|
||||
if ($name === $table) {
|
||||
return true;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue