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; }