uses server fixture
This commit is contained in:
parent
e908071713
commit
d0d05ebf25
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ using Yavsc.Models;
|
||||||
namespace test
|
namespace test
|
||||||
{
|
{
|
||||||
[Collection("Yavsc Work In Progress")]
|
[Collection("Yavsc Work In Progress")]
|
||||||
public class YavscWorkInProgress : BaseTestContext
|
public class YavscWorkInProgress : BaseTestContext, IClassFixture<ServerSideFixture>
|
||||||
{
|
{
|
||||||
|
|
||||||
ServerSideFixture _serverFixture;
|
ServerSideFixture _serverFixture;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue