瀏覽代碼

Fix typo missing u

Abdullah Almsaeed 6 年之前
父節點
當前提交
89f0086020
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/tripal_chado/api/ChadoQueryTest.php

+ 1 - 1
tests/tripal_chado/api/ChadoQueryTest.php

@@ -106,7 +106,7 @@ class ChadoQueryTest extends TripalTestCase {
    * @group chado_db_select
    */
   public function test_chado_db_select_recognizes_non_chado_tables() {
-    $query = chado_db_select('users', '');
+    $query = chado_db_select('users', 'u');
     $query->fields('u');
     $query->range(0, 1);
     $results = $query->execute()->fetchAll();