Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatum committed Jul 22, 2021
1 parent 5963720 commit e6e65a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datetime/src/skeleton.rs
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ mod test {
match get_best_available_format_pattern(
&data_provider.get().datetime.skeletons,
&requested_fields,
do_expand_widths,
true,
) {
BestSkeleton::AllFieldsMatch(available_format_pattern)
| BestSkeleton::MissingOrExtraFields(available_format_pattern) => {
Expand Down

0 comments on commit e6e65a7

Please sign in to comment.