Fix test descriptions for consistency

This commit is contained in:
Claudio Ortolina
2026-03-26 11:54:47 +00:00
parent 69983d9dac
commit 170a52b3e4
8 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ defmodule MusicLibrary.Records.RecordTest do
assert Record.released?(record, current_date)
end
test "it returns true if the release date is not precise enough", %{
test "returns true if the release date is not precise enough", %{
current_date: current_date
} do
record = %Record{release_date: "2019"}