Itś not any more in progress, it'working.

vnext
Paul Schneider 5 years ago
parent 1e18f0ff20
commit 18bd613a03
1 changed files with 3 additions and 3 deletions

@ -16,10 +16,10 @@ using static OAuth.AspNet.AuthServer.Constants;
namespace test
{
[Collection("Yavsc Work In Progress")]
[Trait("regres", "yes")]
public class YavscWorkInProgress : BaseTestContext, IClassFixture<ServerSideFixture>
[Trait("regres", "no")]
public class Remoting : BaseTestContext, IClassFixture<ServerSideFixture>
{
public YavscWorkInProgress(ServerSideFixture serverFixture, ITestOutputHelper output)
public Remoting(ServerSideFixture serverFixture, ITestOutputHelper output)
: base(output, serverFixture)
{
}

Loading…