1 parent 134bb73 commit 1168484Copy full SHA for 1168484
1 file changed
tests/Unit/ExpoPushConnectorTest.php
@@ -143,6 +143,14 @@ public function custom_retry_configuration_is_used_when_supplied(): void
143
144
// SDK Version ----
145
146
+ #[Test]
147
+ public function sdk_version_resolves(): void
148
+ {
149
+ $connector = new ExpoPushConnector();
150
+
151
+ $this->assertNotSame('unknown', $connector->sdkVersion());
152
+ }
153
154
#[Test]
155
public function sdk_version_resolves_the_real_installed_version(): void
156
{
0 commit comments