Skip to content

Commit baa944c

Browse files
committed
Firestore test typo
1 parent e8e1fa2 commit baa944c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Firestore.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
$cacheInstance = CacheManager::getInstance('Firestore', $config);
4040
$testHelper->runCRUDTests($cacheInstance);
4141
} catch (PhpfastcacheDriverConnectException $e) {
42-
$testHelper->assertSkip('Dynamodb server unavailable: ' . $e->getMessage());
42+
$testHelper->assertSkip('Firestore server unavailable: ' . $e->getMessage());
4343
$testHelper->terminateTest();
4444
}
4545
$testHelper->terminateTest();

0 commit comments

Comments
 (0)