Skip to content

Commit 6243fb2

Browse files
authored
Fix failing backported test
1 parent 7c5abe3 commit 6243fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iex/test/iex/autocomplete_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@ defmodule IEx.AutocompleteTest do
186186
end
187187

188188
test "completion for structs" do
189-
assert expand('%IEx.AutocompleteTest.MyStr') == {:yes, 'uct', []}
189+
assert expand('%IEx.AutocompleteTest.MyStr') == {:yes, 'uct.', []}
190190
end
191191
end

0 commit comments

Comments
 (0)