We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90aebde commit 303976bCopy full SHA for 303976b
src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentServiceTests.cs
@@ -2252,7 +2252,7 @@ public void Can_Rollback_Version_On_Content()
2252
ContentService.Save(rollback2);
2253
2254
Assert.IsTrue(rollback2.Published);
2255
- Assert.IsTrue(rollback2.Edited); // till edited, change of behaviour
+ Assert.IsTrue(rollback2.Edited); // Still edited, change of behaviour
2256
2257
Assert.AreEqual("Jane Doe", rollback2.GetValue<string>("author"));
2258
Assert.AreEqual("Text Page 2 ReReUpdated", rollback2.Name);
0 commit comments