[ci skip] Import namespaces for tests

This commit is contained in:
Oliver Booth 2022-04-21 18:13:53 +01:00
parent 0af2c7fb8e
commit ad36b915bc
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
using System.Numerics; using System.Numerics;
using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.VisualStudio.TestTools.UnitTesting;
using X10D.Math;
using X10D.Numerics;
namespace X10D.Tests.Core; namespace X10D.Tests.Core;