We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841ada4 commit 956fb1aCopy full SHA for 956fb1a
1 file changed
Spanner/tests/System/PgBatchTest.php
@@ -41,9 +41,8 @@ class PgBatchTest extends SystemTestCase
41
*/
42
public static function setUpTestFixtures(): void
43
{
44
- // skip setting up fixutres for the emulator as there's only one test which does not
45
- // suppport the emulator.
46
- // NOTE: remove this if emulator tests are adde
+ // Skip setting up fixutres for the emulator as there's only one test which does not suppport the emulator.
+ // NOTE: remove this if new tests tests are added which support the emulator.
47
self::skipEmulatorTests();
48
49
if (self::$hasSetupBatch) {
0 commit comments