Commit 4b46acef by huangdarwin Committed by Ian Baker

Media Solutions: Fix misspelling for "roboletric"

roboletric -> robolectric

PiperOrigin-RevId: 440101421
parent 8e57d371
...@@ -761,7 +761,7 @@ public final class DefaultBandwidthMeterTest { ...@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment