Skip to content

Commit 9816107

Browse files
committed
Renamed AgggregateExceptionTests.cs to AggregateExceptionTests.cs.
1 parent c8da336 commit 9816107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry.Tests/Internals/AgggregateExceptionTests.cs renamed to test/Sentry.Tests/Internals/AggregateExceptionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Sentry.Tests.Internals;
44

5-
public class AgggregateExceptionTests
5+
public class AggregateExceptionTests
66
{
77
private static readonly string DefaultAggregateExceptionMessage = new AggregateException().Message;
88

0 commit comments

Comments
 (0)