Skip to content

Commit

Permalink
format test
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiedlerdejanze committed Apr 12, 2024
1 parent 5324160 commit d06d7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/changelog_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defmodule ChangelogTest do
end

test "build_title/3 may format datetime to ISO 8601 date-time", %{version: version} do
naive_datetime = NaiveDateTime.truncate(NaiveDateTime.utc_now(), :second)
naive_datetime = NaiveDateTime.truncate(NaiveDateTime.utc_now(), :second)

date_format = NaiveDateTime.to_date(naive_datetime)
time_format = NaiveDateTime.to_time(naive_datetime)
Expand Down

0 comments on commit d06d7e3

Please sign in to comment.