Skip to content

Commit

Permalink
grr elixir format too
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nelson committed Dec 17, 2024
1 parent f9900d0 commit 3a627bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/components/wit_parser_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Components.WitParserTest do
wit = File.read!("test/component_fixtures/hello_world/hello-world.wit")

assert %{"greet" => 1, "greet-many" => 1, "multi-greet" => 2} =
Wasmex.Native.wit_exported_functions("hello-world.wit", wit)
Wasmex.Native.wit_exported_functions("hello-world.wit", wit)
end

test "wit parse errors" do
Expand All @@ -15,5 +15,4 @@ defmodule Components.WitParserTest do
assert error =~ "Failed to parse WIT"
end
end

end

0 comments on commit 3a627bd

Please sign in to comment.