Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update EnricherTests.cs
  • Loading branch information
aritchie committed Feb 11, 2025
commit 16d4ce8309dffbb91ef430ef5e304969a713abe2
2 changes: 2 additions & 0 deletions test/Sentry.Tests/EnricherTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if NET6_0_OR_GREATER
using Sentry.Tests;

namespace Sentry.Maui.Tests;
Expand All @@ -20,3 +21,4 @@ public void macOS_Platform_Version()
os.Version.Should().Be(Environment.OSVersion.Version.ToString());
}
}
#endif
Loading