Remove "it" from the test descriptions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user