Skip to content

Commit

Permalink
fix test compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
omallassi committed Apr 17, 2024
1 parent aa9cf24 commit 8f463ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adr_core_local_impl/src/adr_repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ mod tests {

assert_eq!(adr_sut.date, "2019-10-28");

let date = Utc::today();
let date = Utc::now().date_naive();
adr_sut.update_date(date);

let date = date.format("%Y-%m-%d");
Expand Down

0 comments on commit 8f463ed

Please sign in to comment.