From af63dbf5acc9bfa1624136312ef81ec5ca13e6c9 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 25 Sep 2020 15:30:50 +0200 Subject: [PATCH] Just a comment. --- backend/tools/TestSuite/TestSuite.ApiTests/ContentUpdateTests.cs | 1 + 1 file changed, 1 insertion(+) 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);