Skip to content

Commit 5b2e117

Browse files
committed
Update MediaElementOptions tests to reflect no default value for whether service is on or off
1 parent f6dc22a commit 5b2e117

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CommunityToolkit.Maui.UnitTests/Views/MediaElement/MediaElementOptionsTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public void MediaElementOptions_HasExpectedDefaults()
1212
{
1313
// Assert defaults on the options class
1414
MediaElementOptions.DefaultAndroidViewType.Should().Be(AndroidViewType.SurfaceView);
15-
MediaElementOptions.IsAndroidForegroundServiceEnabled.Should().BeTrue();
1615
}
1716

1817
[Fact]

0 commit comments

Comments
 (0)