Skip to content

Commit f0b372b

Browse files
committed
Improve test description
1 parent cbb38a5 commit f0b372b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dataloader/ecto_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ defmodule Dataloader.EctoTest do
308308
assert message =~ "Cardinality"
309309
end
310310

311-
describe "has_many through:" do
311+
describe "many_to_many" do
312312
test "basic loading works", %{loader: loader} do
313313
user1 = %User{username: "Ben Wilson"} |> Repo.insert!()
314314
user2 = %User{username: "Bruce Williams"} |> Repo.insert!()

0 commit comments

Comments
 (0)