Skip to content

Commit eeeba09

Browse files
committed
Fix tests
1 parent 045e95f commit eeeba09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/CommunityToolkit.Maui.UnitTests/Extensions/AppBuilderExtensionsTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ public void UseMauiCommunityToolkitMediaElement_ServiceCanBeDisabled()
181181
var builder = MauiApp.CreateBuilder();
182182
builder.UseMauiCommunityToolkitMediaElement(static options =>
183183
{
184-
options.EnableAndroidForegroundService(false);
185-
});
184+
}, enableForegroundService: false);
186185
MediaElementOptions.IsAndroidForegroundServiceEnabled.Should().Be(false);
187186
}
188187
}

0 commit comments

Comments
 (0)