Skip to content

Commit

Permalink
Fix typo in TypeEncoder test
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Oct 27, 2023
1 parent c8056a8 commit 3d5dc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/abi/type_encoder_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule ABI.TypeEncoderTest do
assert TypeDecoder.decode(expected_result, selector) == params
end

test "encodes [{:int, 25}, :bool]" do
test "encodes [{:int, 256}, :bool]" do
selector = %FunctionSelector{
function: "baz",
method_id: <<215, 174, 202, 43>>,
Expand Down

0 comments on commit 3d5dc7e

Please sign in to comment.