1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-13 01:15:43 +00:00
X10D/X10D.Tests/src/Collections/CollectionTests.cs

9 lines
117 B
C#

using NUnit.Framework;
namespace X10D.Tests.Collections;
[TestFixture]
public partial class CollectionTests
{
}