Skip to content

Commit 956fb1a

Browse files
committed
typo fixes
1 parent 841ada4 commit 956fb1a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Spanner/tests/System/PgBatchTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ class PgBatchTest extends SystemTestCase
4141
*/
4242
public static function setUpTestFixtures(): void
4343
{
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
44+
// Skip setting up fixutres for the emulator as there's only one test which does not suppport the emulator.
45+
// NOTE: remove this if new tests tests are added which support the emulator.
4746
self::skipEmulatorTests();
4847

4948
if (self::$hasSetupBatch) {

0 commit comments

Comments
 (0)