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.
1 parent d0406ac commit 7a4a4fbCopy full SHA for 7a4a4fb
ContosoUniversity.IntegrationTests/SliceFixture.cs
@@ -21,10 +21,6 @@ public class SliceFixture
21
22
static SliceFixture()
23
{
24
- var host = A.Fake<IHostingEnvironment>();
25
-
26
- A.CallTo(() => host.ContentRootPath).Returns(Directory.GetCurrentDirectory());
27
28
var builder = new ConfigurationBuilder()
29
.SetBasePath(Directory.GetCurrentDirectory())
30
.AddJsonFile("appsettings.json", true, true)
0 commit comments