Skip to content

Commit

Permalink
moved test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nelson committed Dec 21, 2024
1 parent 72e5fb1 commit 51c5497
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/components/component_types_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ defmodule Wasm.Components.ComponentTypesTest do
Wasmex.Components.Instance.call_function(instance, "id-record", [
%{x: 1, y: 2}
])

assert {:error, _error} =
Wasmex.Components.Instance.call_function(instance, "id-record", [
%{"invalid-field" => "foo"}
])
end

test "record with kebab-field" do
Expand Down

0 comments on commit 51c5497

Please sign in to comment.