Skip to content

Commit 3f86e9b

Browse files
Remove redundant test (#692)
1 parent 8acafac commit 3f86e9b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

integration_test/sql/sql.exs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ defmodule Ecto.Integration.SQLTest do
77
alias Ecto.Integration.Post
88
alias Ecto.Integration.CorruptedPk
99
alias Ecto.Integration.Tag
10-
import Ecto.Query, only: [from: 2, from: 1]
11-
12-
test "fragment tuple sources" do
13-
query = from f in {fragment("select 1 as num"), Barebone}
14-
assert %Barebone{num: 1} = TestRepo.one(query)
15-
end
10+
import Ecto.Query, only: [from: 2]
1611

1712
test "fragmented types" do
1813
datetime = ~N[2014-01-16 20:26:51]

0 commit comments

Comments
 (0)