Skip to content

Commit

Permalink
Fix a merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
scottming committed Mar 20, 2024
1 parent 88078d6 commit dc10439
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ defmodule Lexical.RemoteControl.CodeMod.RenameTest do
end

test "returns error when the entity is not found" do
assert {:error, :not_found} =
assert {:error, :unsupported_entity} =
~q[
x = 1
|x
Expand Down

0 comments on commit dc10439

Please sign in to comment.