Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
infofromca committed Oct 12, 2024
1 parent 889565e commit b039be0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public AutoSetupMiddlewareTests()
{
_shellSettings = new ShellSettings();
_shellSettings.AsDefaultShell();
_mockShellHost = new Mock<IShellHost>();
_mockShellHost = new Mock<IShellHost>();
_mockShellSettingsManager = new Mock<IShellSettingsManager>();
_mockDistributedLock = new Mock<IDistributedLock>();
_mockOptions = new Mock<IOptions<AutoSetupOptions>>();
Expand All @@ -35,8 +35,8 @@ public AutoSetupMiddlewareTests()
{
new TenantSetupOptions { ShellName = ShellSettings.DefaultShellName }
}
});
}
});
}

[Fact]
public async Task InvokeAsync_InitializedShell_SkipsSetup()
Expand Down

0 comments on commit b039be0

Please sign in to comment.