Skip to content

Commit 07d1796

Browse files
authored
Update lib/iex/test/iex/autocomplete_test.exs
1 parent 37b04b3 commit 07d1796

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/iex/test/iex/autocomplete_test.exs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,6 @@ defmodule IEx.AutocompleteTest do
453453

454454
assert {:yes, ~c"ry: ", []} = expand(~c"%{var | path: \"foo\", que")
455455
assert {:no, [], []} = expand(~c"%URI{var | path: \"foo\", unkno")
456-
457-
458456
end
459457

460458
test "completion for map keys in update syntax" do

0 commit comments

Comments
 (0)