Browse Source

Just a comment.

pull/590/head
Sebastian 5 years ago
parent
commit
af63dbf5ac
  1. 1
      backend/tools/TestSuite/TestSuite.ApiTests/ContentUpdateTests.cs

1
backend/tools/TestSuite/TestSuite.ApiTests/ContentUpdateTests.cs

@ -240,6 +240,7 @@ namespace TestSuite.ApiTests
Assert.Equal(id, content.Id); Assert.Equal(id, content.Id);
// STEP 2: Make an update with the upsert endpoint.
content = await _.Contents.UpsertAsync(id, new TestEntityData { Number = 2 }, true); content = await _.Contents.UpsertAsync(id, new TestEntityData { Number = 2 }, true);
Assert.Equal(2, content.Version); Assert.Equal(2, content.Version);

Loading…
Cancel
Save