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
+2 -2
View File
@@ -4,7 +4,7 @@ defmodule LastFmTest do
alias LastFm.{Artist, Fixtures, Scrobble}
describe "get_artist_info/1" do
test "it returns the artist info" do
test "returns the artist info" do
name = "Steven Wilson"
musicbrainz_id = Ecto.UUID.generate()
@@ -22,7 +22,7 @@ defmodule LastFmTest do
end
describe "scrobble/2" do
test "it returns the scrobbled track" do
test "returns the scrobbled track" do
scrobbles = [
%Scrobble{
track: "Wonderland",