From 976643dd9ba8f7d4b9ce9647830e5a2b5216fcca Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 26 Sep 2020 11:42:38 +0200 Subject: [PATCH] Refactored namespaces --- FastRngTests/{ => Double}/MultiThreadedRngTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename FastRngTests/{ => Double}/MultiThreadedRngTests.cs (99%) diff --git a/FastRngTests/MultiThreadedRngTests.cs b/FastRngTests/Double/MultiThreadedRngTests.cs similarity index 99% rename from FastRngTests/MultiThreadedRngTests.cs rename to FastRngTests/Double/MultiThreadedRngTests.cs index 747a794..0fa8a0b 100644 --- a/FastRngTests/MultiThreadedRngTests.cs +++ b/FastRngTests/Double/MultiThreadedRngTests.cs @@ -6,7 +6,7 @@ using FastRng.Double; using FastRng.Double.Distributions; using NUnit.Framework; -namespace FastRngTests +namespace FastRngTests.Double { [ExcludeFromCodeCoverage] public class MultiThreadedRngTests