neon-sprawl/server/NeonSprawl.Server.Tests/Game/PositionState/PostgresCollection.cs

9 lines
208 B
C#

using Xunit;
namespace NeonSprawl.Server.Tests.Game.PositionState;
[CollectionDefinition("Postgres integration")]
public sealed class PostgresCollection : ICollectionFixture<PostgresIntegrationHarness>
{
}