From 9a7b71b7c2ccf07a1aad00f8fadfbf367f267d69 Mon Sep 17 00:00:00 2001 From: huangdarwin Date: Thu, 7 Apr 2022 15:32:41 +0100 Subject: [PATCH] Media Solutions: Fix misspelling for "roboletric" roboletric -> robolectric PiperOrigin-RevId: 440101421 --- .../media3/exoplayer/upstream/DefaultBandwidthMeterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/exoplayer/src/test/java/androidx/media3/exoplayer/upstream/DefaultBandwidthMeterTest.java b/libraries/exoplayer/src/test/java/androidx/media3/exoplayer/upstream/DefaultBandwidthMeterTest.java index 450222a71f..039223393a 100644 --- a/libraries/exoplayer/src/test/java/androidx/media3/exoplayer/upstream/DefaultBandwidthMeterTest.java +++ b/libraries/exoplayer/src/test/java/androidx/media3/exoplayer/upstream/DefaultBandwidthMeterTest.java @@ -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));