Skip to content

Commit 62527ca

Browse files
Added LogLevelExtensionsTests back again
1 parent 5146c17 commit 62527ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Sentry.Maui.Device.TestApp/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static MauiApp CreateMauiApp()
1313
var assemblies = new List<Assembly>(
1414
[
1515
typeof(Sentry.Tests.SentrySdkTests).Assembly,
16-
// typeof(Sentry.Extensions.Logging.Tests.LogLevelExtensionsTests).Assembly,
16+
typeof(Sentry.Extensions.Logging.Tests.LogLevelExtensionsTests).Assembly,
1717
// typeof(Sentry.Maui.Tests.SentryMauiOptionsTests).Assembly,
1818
#if NET9_0_OR_GREATER
1919
typeof(Sentry.Maui.CommunityToolkit.Mvvm.Tests.MauiCommunityToolkitMvvmEventsBinderTests).Assembly,

0 commit comments

Comments
 (0)