fixes the tests
All checks were successful
Dotnet build and test / build (pull_request) Successful in 7m35s
All checks were successful
Dotnet build and test / build (pull_request) Successful in 7m35s
This commit is contained in:
parent
1c2e1760b0
commit
e689dbfe35
11 changed files with 79 additions and 55 deletions
|
|
@ -1,15 +0,0 @@
|
|||
|
||||
using Yavsc.Blogs.Tests;
|
||||
|
||||
public interface IBackendFixture
|
||||
{
|
||||
/// <summary>
|
||||
/// The addresses the fixture bound to.
|
||||
/// </summary>
|
||||
IReadOnlyList<string> Addresses { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The service provider for the fixture host.
|
||||
/// </summary>
|
||||
IServiceProvider Services { get; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue