Skip to content

Commit

Permalink
Improve test description
Browse files Browse the repository at this point in the history
  • Loading branch information
benwilson512 committed May 16, 2024
1 parent cbb38a5 commit f0b372b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dataloader/ecto_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ defmodule Dataloader.EctoTest do
assert message =~ "Cardinality"
end

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

0 comments on commit f0b372b

Please sign in to comment.