From f12a620a9a90ade9373e0345a3472a2a1beac855 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 15 Nov 2019 19:50:33 +0100 Subject: [PATCH] Fixed tests. --- .../Commands/DomainObjectGrainFormatterTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()