Skip to content

Commit

Permalink
fixed default test namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmsu committed Sep 9, 2021
1 parent 66c0e8d commit f99f902
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/FixedArrayTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace TypeNum.Tests {
namespace TypeNum {
using System;
using Xunit;
using ArrayOfTwoInts = FixedArray<Twice<N1<int>, int>, int>;
Expand Down
2 changes: 1 addition & 1 deletion tests/PowersOfTwoTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace TypeNum.Tests {
namespace TypeNum {
using System;
using System.Linq;
using Xunit;
Expand Down
1 change: 1 addition & 0 deletions tests/TypeNum.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>9.0</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>TypeNum</RootNamespace>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit f99f902

Please sign in to comment.