Skip to content

Commit

Permalink
Changed test to match NDB_Page
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandraLivadas committed Aug 31, 2020
1 parent 093e969 commit c06efaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unittests/NDB_Factory_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ function testSetCouchDB()
*/
function testSettings()
{
$this->_factory->setBaseURL("/test/");
$this->_factory->setBaseURL("");
$this->assertEquals(
new Settings($this->_config, "/test/"),
new Settings($this->_config, ""),
$this->_factory->settings("/config.xml")
);
}
Expand Down

0 comments on commit c06efaf

Please sign in to comment.