Skip to content

Commit 6c2ad0e

Browse files
authored
Renamed AgggregateExceptionTests.cs to AggregateExceptionTests.cs. (#4604)
1 parent 5a9a391 commit 6c2ad0e

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)