fix(tests): Fixes tests failing (#410)

This commit is contained in:
Kamron Batman 2021-01-14 20:32:56 -08:00 committed by GitHub
parent c58aad733d
commit dc44142d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View file

@ -8,6 +8,7 @@ using Xunit;
namespace UOContent.Tests
{
[Collection("Sequential Tests")]
public class BulletinBoardPacketTests : IClassFixture<ServerFixture>
{
[Theory]

View file

@ -7,6 +7,7 @@ using Xunit;
namespace UOContent.Tests
{
[Collection("Sequential Tests")]
public class MahjongPacketTests : IClassFixture<ServerFixture>
{
[Fact]

View file

@ -8,6 +8,7 @@ using Xunit;
namespace UOContent.Tests
{
[Collection("Sequential Tests")]
public class TestMapItemPackets : IClassFixture<ServerFixture>
{
[Theory]

View file

@ -8,6 +8,7 @@ using Xunit;
namespace UOContent.Tests
{
[Collection("Sequential Tests")]
public class CorpsePacketTests : IClassFixture<ServerFixture>
{
[Fact]