1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 22:55:42 +00:00

[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

View File

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