Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jun 25, 2023
1 parent fe8f8b8 commit b6cb067
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions apps/elixir_ls_utils/fail.sh

This file was deleted.

3 changes: 0 additions & 3 deletions apps/elixir_ls_utils/test/fixtures/protocol_messages/output

This file was deleted.

12 changes: 0 additions & 12 deletions apps/elixir_ls_utils/test/packet_stream_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,6 @@ defmodule ElixirLS.Utils.PacketStreamTest do
File.close(pid)
end

test "valid utf failing on otp 26" do
{:ok, pid} = File.open("test/fixtures/protocol_messages/output", [:read, :binary])

[message] =
PacketStream.stream(pid)
|> Enum.to_list()

assert message == %{"some" => "value"}

File.close(pid)
end

test "valid utf" do
{:ok, pid} =
File.open("test/fixtures/protocol_messages/valid_message_utf", [:read, :binary])
Expand Down

0 comments on commit b6cb067

Please sign in to comment.