Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Jun 25, 2024
1 parent 3008c54 commit 19f808f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/calendar/src/hebrew.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ mod tests {
// Extended year is accessible via the inner value.
// Era year is accessible via the public getter.
// TODO(#3962): Make extended year publicly accessible.
assert_eq!(greg_date.inner.0.0.year, -5000);
assert_eq!(greg_date.inner.0 .0.year, -5000);
assert_eq!(greg_date.year().era.0, "bce");
// In Gregorian, era year is 1 - extended year
assert_eq!(greg_date.year().number, 5001);
Expand Down

0 comments on commit 19f808f

Please sign in to comment.