diff --git a/src/Verify.Tests/Tests.ThrowsAggregate.verified.txt b/src/Verify.Tests/Tests.ThrowsAggregate.verified.txt deleted file mode 100644 index 3493b394e2..0000000000 --- a/src/Verify.Tests/Tests.ThrowsAggregate.verified.txt +++ /dev/null @@ -1,15 +0,0 @@ -{ - Type: 'AggregateException', - InnerExceptions: [ - { - Type: 'Exception', - Message: 'The Message1' - }, - { - Type: 'Exception', - Message: 'The Message2' - } - ], - Message: 'One or more errors occurred.', - Source: 'Verify.Tests' -} \ No newline at end of file