Skip to content

Commit

Permalink
Oops, refactor is not completely non-breaking :(
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Apr 10, 2024
1 parent ef83866 commit 7658776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datetime/src/format/datetime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ mod tests {
.into_japanese_date()
.to_any();

writeable::assert_writeable_eq!(dtf.format(&date).unwrap(), "Sep 1, 12 kansei-1789")
writeable::assert_writeable_eq!(dtf.format(&date).unwrap(), "Sep 1, 12 kansei-1789");
}

#[test]
Expand Down

0 comments on commit 7658776

Please sign in to comment.