From b147cd49c89320aec6f3af0a19599e1a42f374b1 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:22:04 +1000 Subject: [PATCH] Replace cdx with storage in namespaces --- Tests/DistTestCore/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/DistTestCore/Global.cs b/Tests/DistTestCore/Global.cs index ddd7a5cc..9ecaaafa 100644 --- a/Tests/DistTestCore/Global.cs +++ b/Tests/DistTestCore/Global.cs @@ -7,7 +7,7 @@ namespace DistTestCore { public class Global { - public const string TestNamespacePrefix = "cdx-"; + public const string TestNamespacePrefix = "storage-"; public Configuration Configuration { get; } = new Configuration(); public Assembly[] TestAssemblies { get; }