Browse Source

No test collection

pull/1/head
Sebastian 9 years ago
parent
commit
8b494f87b7
  1. 1
      tests/Squidex.Write.Tests/Contents/ContentDomainObjectTests.cs
  2. 1
      tests/Squidex.Write.Tests/Schemas/SchemaDomainObjectTests.cs

1
tests/Squidex.Write.Tests/Contents/ContentDomainObjectTests.cs

@ -20,7 +20,6 @@ using Xunit;
namespace Squidex.Write.Contents
{
[Collection("Content")]
public class ContentDomainObjectTests
{
private readonly Guid appId = Guid.NewGuid();

1
tests/Squidex.Write.Tests/Schemas/SchemaDomainObjectTests.cs

@ -20,7 +20,6 @@ using Xunit;
namespace Squidex.Write.Schemas
{
[Collection("Schema")]
public class SchemaDomainObjectTests
{
private readonly Guid appId = Guid.NewGuid();

Loading…
Cancel
Save