Skip to content

Commit 2630f3a

Browse files
committed
Fixed broken tests by adding an ExampleDependency instance to the class.
1 parent 62d191a commit 2630f3a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
namespace NetArchTest.TestStructure.Dependencies.Search.DependencyType
22
{
3+
using NetArchTest.TestStructure.Dependencies.Examples;
4+
35
public class ConstStringFieldValue
46
{
57
#pragma warning disable 219
68
private const string FullTypeName = "NetArchTest.TestStructure.Dependencies.Search.DependencyType.Array";
9+
private ExampleDependency dummy = null;
710
#pragma warning restore 219
11+
812
}
913
}

0 commit comments

Comments
 (0)