Skip to content

Commit

Permalink
fixed config test
Browse files Browse the repository at this point in the history
  • Loading branch information
Meezaan-ud-Din committed Jan 22, 2019
1 parent 54a3622 commit e9892dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public function testMemcache()
public function testGoogleKey()
{
$c = new Config();
$this->assertTrue(is_string($c->apiKey('google_geocoding')), 'Actual Value: ' . $c->apiKey());
$this->assertTrue(is_string($c->apiKey('google_geocoding')), 'Actual Value: ' . $c->apiKey('google_geocoding'));
}
}

0 comments on commit e9892dd

Please sign in to comment.