Browse Source

Fixed tests.

pull/447/head
Sebastian 6 years ago
parent
commit
f12a620a9a
  1. 2
      backend/tests/Squidex.Infrastructure.Tests/Commands/DomainObjectGrainFormatterTests.cs

2
backend/tests/Squidex.Infrastructure.Tests/Commands/DomainObjectGrainFormatterTests.cs

@ -15,7 +15,7 @@ namespace Squidex.Infrastructure.Commands
{ {
public class DomainObjectGrainFormatterTests public class DomainObjectGrainFormatterTests
{ {
private readonly IGrainCallContext context = A.Fake<IGrainCallContext>(); private readonly IIncomingGrainCallContext context = A.Fake<IIncomingGrainCallContext>();
[Fact] [Fact]
public void Should_return_fallback_if_no_method_is_defined() public void Should_return_fallback_if_no_method_is_defined()

Loading…
Cancel
Save