diff --git a/backend/tests/Squidex.Infrastructure.Tests/Commands/DomainObjectGrainFormatterTests.cs b/backend/tests/Squidex.Infrastructure.Tests/Commands/DomainObjectGrainFormatterTests.cs index ccd843166..040bf73e1 100644 --- a/backend/tests/Squidex.Infrastructure.Tests/Commands/DomainObjectGrainFormatterTests.cs +++ b/backend/tests/Squidex.Infrastructure.Tests/Commands/DomainObjectGrainFormatterTests.cs @@ -15,7 +15,7 @@ namespace Squidex.Infrastructure.Commands { public class DomainObjectGrainFormatterTests { - private readonly IGrainCallContext context = A.Fake(); + private readonly IIncomingGrainCallContext context = A.Fake(); [Fact] public void Should_return_fallback_if_no_method_is_defined()