fix(tests): Fixes tests failing (#410)
This commit is contained in:
parent
c58aad733d
commit
dc44142d29
4 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ using Xunit;
|
|||
|
||||
namespace UOContent.Tests
|
||||
{
|
||||
[Collection("Sequential Tests")]
|
||||
public class BulletinBoardPacketTests : IClassFixture<ServerFixture>
|
||||
{
|
||||
[Theory]
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ using Xunit;
|
|||
|
||||
namespace UOContent.Tests
|
||||
{
|
||||
[Collection("Sequential Tests")]
|
||||
public class MahjongPacketTests : IClassFixture<ServerFixture>
|
||||
{
|
||||
[Fact]
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ using Xunit;
|
|||
|
||||
namespace UOContent.Tests
|
||||
{
|
||||
[Collection("Sequential Tests")]
|
||||
public class TestMapItemPackets : IClassFixture<ServerFixture>
|
||||
{
|
||||
[Theory]
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ using Xunit;
|
|||
|
||||
namespace UOContent.Tests
|
||||
{
|
||||
[Collection("Sequential Tests")]
|
||||
public class CorpsePacketTests : IClassFixture<ServerFixture>
|
||||
{
|
||||
[Fact]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue