Skip to content

Commit

Permalink
Fix some tags
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 15, 2021
1 parent 8937eb8 commit 40949d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_test/cases/repo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ defmodule Ecto.Integration.RepoTest do
end

describe "insert_all with source query" do
@tag :upsert
@tag :upsert_all
@tag :with_conflict_target
@tag :concat
test "insert_all with query and conflict target" do
Expand Down Expand Up @@ -922,7 +922,7 @@ defmodule Ecto.Integration.RepoTest do
assert [%Post{id: ^expected_id, title: ^expected_title}] = returns
end

@tag :upsert
@tag :upsert_all
@tag :without_conflict_target
@tag :concat
test "insert_all with query and on_conflict" do
Expand Down

0 comments on commit 40949d6

Please sign in to comment.