mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Media Solutions: Fix misspelling for "roboletric"
roboletric -> robolectric PiperOrigin-RevId: 440101421
This commit is contained in:
parent
8e57d3715f
commit
4b46acef9c
1 changed files with 1 additions and 1 deletions
|
|
@ -761,7 +761,7 @@ public final class DefaultBandwidthMeterTest {
|
||||||
networkInfo.getType(), networkTypeOverride);
|
networkInfo.getType(), networkTypeOverride);
|
||||||
Shadows.shadowOf(telephonyManager).setTelephonyDisplayInfo(displayInfo);
|
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.
|
// the current network state if a receiver for this intent is registered.
|
||||||
ApplicationProvider.getApplicationContext()
|
ApplicationProvider.getApplicationContext()
|
||||||
.sendStickyBroadcast(new Intent(ConnectivityManager.CONNECTIVITY_ACTION));
|
.sendStickyBroadcast(new Intent(ConnectivityManager.CONNECTIVITY_ACTION));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue