Skip to content

Commit

Permalink
Saving all files.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Apr 15, 2019
1 parent d47a0b0 commit 727eb6b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
using Squidex.Domain.Apps.Events.Contents;
using Squidex.Infrastructure;
using Squidex.Infrastructure.EventSourcing;
using Squidex.Infrastructure.Log;
using Squidex.Infrastructure.Orleans;
using Xunit;

Expand All @@ -36,7 +35,7 @@ public GrainTextIndexerTests()
A.CallTo(() => grainFactory.GetGrain<ITextIndexerGrain>(schemaId, null))
.Returns(grain);

sut = new GrainTextIndexer(grainFactory, A.Fake<ISemanticLog>());
sut = new GrainTextIndexer(grainFactory);
}

[Fact]
Expand Down

0 comments on commit 727eb6b

Please sign in to comment.