Skip to content

Commit 1d5b9e0

Browse files
authored
Fix tests (#22)
1 parent e4237ab commit 1d5b9e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Generator.Tests/__snapshots__/GenerateCSharpEventSourceWithEventWithDocumentation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
null
1717
],
1818
"ImportedNamespaces": [
19+
"using System;",
1920
"using Thor.Core;",
2021
"using Thor.Core.Abstractions;",
2122
"using Thor.Core.Transmission.Abstractions;"

src/Generator.Tests/__snapshots__/GenerateCSharpEventSourceWithEventWithoutArguments.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
null
1717
],
1818
"ImportedNamespaces": [
19+
"using System;",
1920
"using Thor.Core;",
2021
"using Thor.Core.Abstractions;",
2122
"using Thor.Core.Transmission.Abstractions;"

0 commit comments

Comments
 (0)