Browse Source

Update framework/test/Volo.Abp.Timing.Tests/Volo/Abp/Timing/TimeZoneHelper_Tests.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/24607/head
Ma Liming 5 months ago
committed by GitHub
parent
commit
e50869a8e7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      framework/test/Volo.Abp.Timing.Tests/Volo/Abp/Timing/TimeZoneHelper_Tests.cs

2
framework/test/Volo.Abp.Timing.Tests/Volo/Abp/Timing/TimeZoneHelper_Tests.cs

@ -28,7 +28,7 @@ public class TimeZoneHelper_Tests : AbpIntegratedTest<AbpTimingTestModule>
var expectedName = $"{validTimeZoneId} ({TimeZoneHelper.GetTimezoneOffset(expectedTimeZoneInfo)})";
result[0].Name.ShouldBe(expectedName);
result[0].Value.ShouldBe(expectedTimeZoneInfo.StandardName);
result[0].Value.ShouldBe(validTimeZoneId);
}
[Fact]

Loading…
Cancel
Save