From 4b46acef9c9ec822b7f4ae729278aeb0639f7c13 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 --- .../android/exoplayer2/upstream/DefaultBandwidthMeterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/test/java/com/google/android/exoplayer2/upstream/DefaultBandwidthMeterTest.java b/library/core/src/test/java/com/google/android/exoplayer2/upstream/DefaultBandwidthMeterTest.java index ec3dedb455..bef4abd06b 100644 --- a/library/core/src/test/java/com/google/android/exoplayer2/upstream/DefaultBandwidthMeterTest.java +++ b/library/core/src/test/java/com/google/android/exoplayer2/upstream/DefaultBandwidthMeterTest.java @@ -761,7 +761,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));