VTM 맞춤

This commit is contained in:
logonkhi
2025-09-23 20:40:31 +09:00
parent 1bc008159a
commit 4c87f14f14
139 changed files with 17542 additions and 1691 deletions

View File

@@ -100,7 +100,7 @@ namespace UVC.Tests.Data
};
// Act
_dataObject.UpdateDifferent(otherDataObject);
_dataObject.UpdateDifferent(otherDataObject, true);
// Assert
Assert.AreEqual("Updated Test", _dataObject["name"]);