Skip to content

Commit

Permalink
Fix doc mapper test
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Feb 7, 2024
1 parent 74fd99c commit 5a43392
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ mod tests {
let error = serde_json::from_str::<InputFormats>(input_formats_json)
.unwrap_err()
.to_string();
assert!(error.contains("invalid format specification"));
assert!(error.contains("invalid strptime format"));
}
}

Expand Down

0 comments on commit 5a43392

Please sign in to comment.