Browse Source

Update framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Testing/SoftDelete_Tests.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/24469/head
Ma Liming 8 months ago
committed by GitHub
parent
commit
0627ca18f1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Testing/SoftDelete_Tests.cs

2
framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Testing/SoftDelete_Tests.cs

@ -158,7 +158,7 @@ public abstract class SoftDelete_Tests<TStartupModule> : TestAppTestBase<TStartu
// can still be soft deleted without raising a concurrency exception.
douglas.ChangeName("Changed Name");
// Try again with the correct ConcurrencyStamp will be not throw exception
// Try again with the correct ConcurrencyStamp - this will not throw an exception
await PersonRepository.DeleteAsync(douglas);
}
}

Loading…
Cancel
Save