Skip to content

Commit

Permalink
hopefully appease the build gods
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesasaurus committed Dec 15, 2023
1 parent 87aaea4 commit d128b60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion VCF.Tests/InitializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ private Assembly AssemblyContainingInterface()
return mockAssembly;
}

private interface ISomeInterface;
private interface ISomeInterface
{

}

}

0 comments on commit d128b60

Please sign in to comment.