From f99f902df4ae15cfb6bcdc354ffd857d23559a8c Mon Sep 17 00:00:00 2001 From: Victor Nova Date: Wed, 8 Sep 2021 23:40:01 -0700 Subject: [PATCH] fixed default test namespace --- tests/FixedArrayTests.cs | 2 +- tests/PowersOfTwoTests.cs | 2 +- tests/TypeNum.Tests.csproj | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/FixedArrayTests.cs b/tests/FixedArrayTests.cs index bb98bda..afb0949 100644 --- a/tests/FixedArrayTests.cs +++ b/tests/FixedArrayTests.cs @@ -1,4 +1,4 @@ -namespace TypeNum.Tests { +namespace TypeNum { using System; using Xunit; using ArrayOfTwoInts = FixedArray, int>, int>; diff --git a/tests/PowersOfTwoTests.cs b/tests/PowersOfTwoTests.cs index 7081ec4..57f1494 100644 --- a/tests/PowersOfTwoTests.cs +++ b/tests/PowersOfTwoTests.cs @@ -1,4 +1,4 @@ -namespace TypeNum.Tests { +namespace TypeNum { using System; using System.Linq; using Xunit; diff --git a/tests/TypeNum.Tests.csproj b/tests/TypeNum.Tests.csproj index fb6c9b6..e06e2eb 100644 --- a/tests/TypeNum.Tests.csproj +++ b/tests/TypeNum.Tests.csproj @@ -4,6 +4,7 @@ netcoreapp3.1 9.0 true + TypeNum false