uses server fixture

This commit is contained in:
2018-07-21 16:25:08 +02:00
parent 11b76834bc
commit c97ad4d888

View File

@ -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;