Skip to content
Merged
Prev Previous commit
Update sentry-android-core/src/test/java/io/sentry/android/core/Manif…
…estMetadataReaderTest.kt

Co-authored-by: Stefano <[email protected]>
  • Loading branch information
lucas-zimerman and stefanosiano authored Nov 1, 2024
commit d0fa3b8f830ec1220203c6168dbc2c6f7a81dc5b
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ class ManifestMetadataReaderTest {
}

@Test
fun `applyMetadata reads maxbreadcrumb mask flags to options and sets the value if found`() {
fun `applyMetadata reads maxBreadcrumbs to options and sets the value if found`() {
// Arrange
val bundle = bundleOf(ManifestMetadataReader.MAX_BREADCRUMBS to 1)
val context = fixture.getContext(metaData = bundle)
Expand Down
Loading