test(world): serialize DerethDateTime offset tests
This commit is contained in:
parent
646246ba84
commit
d1fb68f419
4 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
using Xunit;
|
||||
|
||||
namespace AcDream.Core.Tests.World;
|
||||
|
||||
[CollectionDefinition(Name, DisableParallelization = true)]
|
||||
public sealed class DerethDateTimeCollection
|
||||
{
|
||||
public const string Name = "DerethDateTime global offset";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue