From 244b68d63931ff17939213dd3d46af0308df5b65 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 13 Aug 2020 12:27:05 +0200 Subject: [PATCH] Tests fixed. --- .../Schemas/SchemasSearchSourceTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/SchemasSearchSourceTests.cs b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/SchemasSearchSourceTests.cs index 1dd3e16ab..9096ca29e 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/SchemasSearchSourceTests.cs +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/SchemasSearchSourceTests.cs @@ -13,6 +13,7 @@ using FakeItEasy; using FluentAssertions; using Squidex.Domain.Apps.Core; using Squidex.Domain.Apps.Core.Schemas; +using Squidex.Domain.Apps.Core.TestHelpers; using Squidex.Domain.Apps.Entities.Search; using Squidex.Domain.Apps.Entities.TestHelpers; using Squidex.Infrastructure; @@ -22,7 +23,7 @@ using Xunit; namespace Squidex.Domain.Apps.Entities.Schemas { - public class SchemasSearchSourceTests + public class SchemasSearchSourceTests : IClassFixture { private readonly IUrlGenerator urlGenerator = A.Fake(); private readonly IAppProvider appProvider = A.Fake();