Skip to content

Commit a2e3a10

Browse files
committed
fix copy paste error
1 parent 7ccc451 commit a2e3a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/elixir_ls_debugger/test/variables_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ defmodule ElixirLS.Debugger.VariablesTest do
192192

193193
test "port" do
194194
children = Variables.children(hd(:erlang.ports()), 0, 10)
195-
case os_type() do
195+
case :os.type() do
196196
{:win32, _} ->
197197
assert children[:name] == '2/2'
198198
_ ->

0 commit comments

Comments
 (0)