diff --git a/backend/tools/TestSuite/TestSuite.ApiTests/ContentUpdateTests.cs b/backend/tools/TestSuite/TestSuite.ApiTests/ContentUpdateTests.cs index 14ded0839..ac248402b 100644 --- a/backend/tools/TestSuite/TestSuite.ApiTests/ContentUpdateTests.cs +++ b/backend/tools/TestSuite/TestSuite.ApiTests/ContentUpdateTests.cs @@ -240,6 +240,7 @@ namespace TestSuite.ApiTests Assert.Equal(id, content.Id); + // STEP 2: Make an update with the upsert endpoint. content = await _.Contents.UpsertAsync(id, new TestEntityData { Number = 2 }, true); Assert.Equal(2, content.Version);