Browse Source

1) Tests fixed

2) Versions bumped
pull/65/head
Sebastian Stehle 9 years ago
parent
commit
0f604e231a
  1. 4
      tests/Squidex.Write.Tests/Assets/AssetCommandHandlerTests.cs

4
tests/Squidex.Write.Tests/Assets/AssetCommandHandlerTests.cs

@ -44,7 +44,7 @@ namespace Squidex.Write.Assets
[Fact] [Fact]
public async Task Create_should_create_asset() public async Task Create_should_create_asset()
{ {
SetupStore(1); SetupStore(0);
SetupImageInfo(); SetupImageInfo();
var context = CreateContextForCommand(new CreateAsset { AssetId = assetId, File = file }); var context = CreateContextForCommand(new CreateAsset { AssetId = assetId, File = file });
@ -63,7 +63,7 @@ namespace Squidex.Write.Assets
[Fact] [Fact]
public async Task Update_should_update_domain_object() public async Task Update_should_update_domain_object()
{ {
SetupStore(2); SetupStore(1);
SetupImageInfo(); SetupImageInfo();
CreateAsset(); CreateAsset();

Loading…
Cancel
Save