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
@@ -37,7 +37,7 @@ defmodule LastFm.FeedTest do
}
describe "update and broadcast" do
test "it stores the track and broadcasts the updated track count" do
test "stores the track and broadcasts the updated track count" do
:ok = Feed.subscribe()
assert {:ok, 2} == Feed.update([@track_two, @track_one])