fix: Fixes flaky tests, formatting, and sequential testing. (#2168)
This commit is contained in:
parent
415c7a6bfd
commit
7dbfc9d161
60 changed files with 1304 additions and 1289 deletions
|
|
@ -3,7 +3,8 @@ using Xunit;
|
|||
|
||||
namespace Server.Tests;
|
||||
|
||||
public sealed class WorldLocationTests : IClassFixture<ServerFixture>
|
||||
[Collection("Sequential Server Tests")]
|
||||
public sealed class WorldLocationTests
|
||||
{
|
||||
private static Map CreateMap(string name) => new(0, 0, 0, 1, 1, 0, name, MapRules.Internal);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue