Add assertion to Auditing_Tests

pull/594/head
Halil ibrahim Kalkan 7 years ago
parent 5f1dfd200a
commit c3bf0cfd86

@ -69,6 +69,7 @@ namespace Volo.Abp.TestApp.Testing
}
var douglas = await PersonRepository.GetAsync(TestDataBuilder.UserDouglasId);
douglas.LastModificationTime.ShouldBeNull();
douglas.Age++;

Loading…
Cancel
Save