We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acafac commit 3f86e9bCopy full SHA for 3f86e9b
integration_test/sql/sql.exs
@@ -7,12 +7,7 @@ defmodule Ecto.Integration.SQLTest do
7
alias Ecto.Integration.Post
8
alias Ecto.Integration.CorruptedPk
9
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
+ import Ecto.Query, only: [from: 2]
16
17
test "fragmented types" do
18
datetime = ~N[2014-01-16 20:26:51]
0 commit comments