Skip to content

Commit d1a97f1

Browse files
committed
Fix a failing test (MaxMindBinary)
1 parent e47efe9 commit d1a97f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Geocoder/Tests/Provider/MaxMindBinaryProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static function provideIps()
3434

3535
/**
3636
* @expectedException \Geocoder\Exception\InvalidArgumentException
37-
* @expectedExceptionMessage Given MaxMind dat file is not exist.
37+
* @expectedExceptionMessage Given MaxMind dat file "not_exist.dat" does not exist.
3838
*/
3939
public function testThrowIfNotExistBinaryFileGiven()
4040
{

0 commit comments

Comments
 (0)