diff --git a/GFramework.Core.Tests/Cqrs/CqrsPublicNamespaceCompatibilityTests.cs b/GFramework.Core.Tests/Cqrs/CqrsPublicNamespaceCompatibilityTests.cs index 40506524..dd119413 100644 --- a/GFramework.Core.Tests/Cqrs/CqrsPublicNamespaceCompatibilityTests.cs +++ b/GFramework.Core.Tests/Cqrs/CqrsPublicNamespaceCompatibilityTests.cs @@ -24,10 +24,10 @@ public sealed class CqrsPublicNamespaceCompatibilityTests { Assert.Multiple(() => { - AssertLegacyType(typeof(CommandBase), "GFramework.Core.Cqrs.Command"); - AssertLegacyType(typeof(QueryBase), "GFramework.Core.Cqrs.Query"); - AssertLegacyType(typeof(RequestBase), "GFramework.Core.Cqrs.Request"); - AssertLegacyType(typeof(NotificationBase), "GFramework.Core.Cqrs.Notification"); + AssertLegacyType(typeof(CommandBase), "GFramework.Cqrs.Command"); + AssertLegacyType(typeof(QueryBase), "GFramework.Cqrs.Query"); + AssertLegacyType(typeof(RequestBase), "GFramework.Cqrs.Request"); + AssertLegacyType(typeof(NotificationBase), "GFramework.Cqrs.Notification"); }); }