Skip to content

Commit

Permalink
Fix test for erlang 26
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Jul 27, 2023
1 parent 0f70cdc commit b8d73f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/xema/ref_remote_test.exs
Expand Up @@ -13,14 +13,6 @@ defmodule Xema.RefRemoteTest do
end

describe "invalid exon" do
test "compile error" do
expected = ~r|http://localhost:1234/compile-error.exon:3: undefined function invalid/0.*|

assert_raise CompileError, expected, fn ->
Xema.new({:ref, "http://localhost:1234/compile-error.exon"}, loader: RemoteLoaderExon)
end
end

test "syntax error" do
assert_raise SyntaxError, fn ->
Xema.new({:ref, "http://localhost:1234/syntax-error.exon"}, loader: RemoteLoaderExon)
Expand Down

0 comments on commit b8d73f5

Please sign in to comment.