Skip to content

Commit

Permalink
Update pact-tests/Pact/Core/Test/SizeOfTests.hs
Browse files Browse the repository at this point in the history
Co-authored-by: rsoeldner <r.soeldner@gmail.com>
  • Loading branch information
jmcardon and rsoeldner committed Oct 14, 2024
1 parent 71a0aa9 commit ddd3b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact-tests/Pact/Core/Test/SizeOfTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tests = testGroup "SizeOfTests" $
-- 2 bytes for the ADT of PactValue (header + tag)
-- 2 bytes for the ADT of Literal (header + tag)
-- The size of the integer (at least 8 bytes
assertEqual "size should be 40" 12 size
assertEqual "size should be 12" 12 size
, sizeOfSmallObject SizeOfV0 25
]

Expand Down

0 comments on commit ddd3b3d

Please sign in to comment.