mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Media Solutions: Fix misspelling for "roboletric"
roboletric -> robolectric PiperOrigin-RevId: 440101421
This commit is contained in:
parent
f3b80fd54d
commit
9a7b71b7c2
1 changed files with 1 additions and 1 deletions
|
|
@ -763,7 +763,7 @@ public final class DefaultBandwidthMeterTest {
|
|||
networkInfo.getType(), networkTypeOverride);
|
||||
Shadows.shadowOf(telephonyManager).setTelephonyDisplayInfo(displayInfo);
|
||||
}
|
||||
// Create a sticky broadcast for the connectivity action because Roboletric isn't replying with
|
||||
// Create a sticky broadcast for the connectivity action because Robolectric isn't replying with
|
||||
// the current network state if a receiver for this intent is registered.
|
||||
ApplicationProvider.getApplicationContext()
|
||||
.sendStickyBroadcast(new Intent(ConnectivityManager.CONNECTIVITY_ACTION));
|
||||
|
|
|
|||
Loading…
Reference in a new issue