Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 2eedfba

Browse files
style fix
1 parent bb0e592 commit 2eedfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PubSubConnectionFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public function testMakeGoogleCloudAdapterWithBackgroundBatchingAndDaemonEnabled
218218
$this->assertFalse($adapter->areTopicsAutoCreated());
219219
$this->assertTrue($adapter->areSubscriptionsAutoCreated());
220220
$this->assertTrue($adapter->isBackgroundBatchingEnabled());
221-
$this->assertEquals('true',getenv('IS_BATCH_DAEMON_RUNNING'));
221+
$this->assertEquals('true', getenv('IS_BATCH_DAEMON_RUNNING'));
222222
}
223223

224224
public function testMakeGoogleCloudAdapterWithAuthCache()

0 commit comments

Comments
 (0)