uses server fixture

main
Paul Schneider 7 years ago
parent 11b76834bc
commit c97ad4d888
1 changed files with 1 additions and 1 deletions

@ -22,7 +22,7 @@ using Yavsc.Models;
namespace test
{
[Collection("Yavsc Work In Progress")]
public class YavscWorkInProgress : BaseTestContext
public class YavscWorkInProgress : BaseTestContext, IClassFixture<ServerSideFixture>
{
ServerSideFixture _serverFixture;

Loading…