We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Option Compare Database
1 parent 33394f2 commit 97151f9Copy full SHA for 97151f9
Rubberduck.UnitTesting/CodeGeneration/TestCodeGeneratorStatics.cs
@@ -1,4 +1,4 @@
1
-using System;
+using System;
2
using Rubberduck.Resources.UnitTesting;
3
4
namespace Rubberduck.UnitTesting.CodeGeneration
@@ -116,9 +116,10 @@ End If
116
#End If";
117
118
private static string TestModuleTemplate =>
119
-$@"{{0}}'@TestModule
+$@"'@TestModule
120
'@Folder(""{DefaultTestFolder}"")
121
122
+{{0}}
123
Option Explicit
124
Option Private Module
125
0 commit comments