Skip to content

Commit e2c1914

Browse files
Remove irrelevant comment.
1 parent 3e982fa commit e2c1914

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CoreMemoryCache/NHibernate.Caches.CoreMemoryCache.Tests/TestsContext.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ public void RunBeforeAnyTests()
3535
[OneTimeTearDown]
3636
public void RunAfterAnyTests()
3737
{
38-
//When .NET Core App 2.0 tests run from VS/VSTest the entry assembly is "testhost.dll"
39-
//so we need to explicitly load the configuration
4038
if (_removeTesthostConfig)
4139
{
4240
File.Delete(GetTesthostConfigPath());

0 commit comments

Comments
 (0)