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();