From 3d5dc7e3a2ecc0e54241da56c847b72dbf24d834 Mon Sep 17 00:00:00 2001 From: Alisina Bahadori Date: Fri, 27 Oct 2023 11:03:57 -0400 Subject: [PATCH] Fix typo in TypeEncoder test --- test/abi/type_encoder_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/abi/type_encoder_test.exs b/test/abi/type_encoder_test.exs index 088763c..a5bf652 100644 --- a/test/abi/type_encoder_test.exs +++ b/test/abi/type_encoder_test.exs @@ -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>>,