Skip to content

Commit

Permalink
Update common_types/src/datum.rs
Browse files Browse the repository at this point in the history
Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
  • Loading branch information
MichaelLeeHZ and ShiKaiWi authored Feb 23, 2023
1 parent b35f31a commit 265d2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_types/src/datum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ mod tests {
];

for source in err_cases {
Result::unwrap_err(Datum::parse_datum_date_from_str(source));
assert!(Datum::parse_datum_date_from_str(source).is_err());
}
}

Expand Down

0 comments on commit 265d2c1

Please sign in to comment.