Skip to content

Commit

Permalink
Indicate a schema name in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldtan committed Jan 30, 2025
1 parent 5c7ecb2 commit 0acf8c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public function testTermService() {
}

// Test loadTerms().
$is_loaded = $this->service_PhenoTerms->loadTerms();
$is_loaded = $this->service_PhenoTerms->loadTerms($this->testSchemaName);
$this->assertTrue($is_loaded,
"We expect loadTerms() to return TRUE to indicate it successfully loaded the terms.");

Expand Down

0 comments on commit 0acf8c6

Please sign in to comment.