Skip to content

Commit 303976b

Browse files
authored
Update src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentServiceTests.cs
1 parent 90aebde commit 303976b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2252,7 +2252,7 @@ public void Can_Rollback_Version_On_Content()
22522252
ContentService.Save(rollback2);
22532253

22542254
Assert.IsTrue(rollback2.Published);
2255-
Assert.IsTrue(rollback2.Edited); // till edited, change of behaviour
2255+
Assert.IsTrue(rollback2.Edited); // Still edited, change of behaviour
22562256

22572257
Assert.AreEqual("Jane Doe", rollback2.GetValue<string>("author"));
22582258
Assert.AreEqual("Text Page 2 ReReUpdated", rollback2.Name);

0 commit comments

Comments
 (0)