Skip to content

Commit 1168484

Browse files
committed
Add smoke test for sdkVersion() method
1 parent 134bb73 commit 1168484

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/Unit/ExpoPushConnectorTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@ public function custom_retry_configuration_is_used_when_supplied(): void
143143

144144
// SDK Version ----
145145

146+
#[Test]
147+
public function sdk_version_resolves(): void
148+
{
149+
$connector = new ExpoPushConnector();
150+
151+
$this->assertNotSame('unknown', $connector->sdkVersion());
152+
}
153+
146154
#[Test]
147155
public function sdk_version_resolves_the_real_installed_version(): void
148156
{

0 commit comments

Comments
 (0)