Remove "it" from the test descriptions

This commit is contained in:
Claudio Ortolina
2026-03-27 08:38:41 +00:00
parent b9e3de1db6
commit 1301f888f3
16 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ defmodule MusicLibrary.Assets.ImageTest do
alias MusicLibrary.Assets.Image
describe "resize/1" do
test "it resizes to the desired size" do
test "resizes to the desired size" do
# Use the cached cover data which is much faster than reading from disk
cover_data = Image.fallback_data()
{:ok, resized_cover} = Image.resize(cover_data)