Skip to content

Commit 97151f9

Browse files
committed
chore: move Option Compare Database marker as well
1 parent 33394f2 commit 97151f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Rubberduck.UnitTesting/CodeGeneration/TestCodeGeneratorStatics.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using Rubberduck.Resources.UnitTesting;
33

44
namespace Rubberduck.UnitTesting.CodeGeneration
@@ -116,9 +116,10 @@ End If
116116
#End If";
117117

118118
private static string TestModuleTemplate =>
119-
$@"{{0}}'@TestModule
119+
$@"'@TestModule
120120
'@Folder(""{DefaultTestFolder}"")
121121
122+
{{0}}
122123
Option Explicit
123124
Option Private Module
124125

0 commit comments

Comments
 (0)