Skip to content

Commit

Permalink
Fix merkle ledger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nholland94 committed Nov 22, 2023
1 parent 52ac43b commit 97e6b95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/merkle_ledger_tests/test_mask.ml
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,9 @@ module Make_maskable_and_mask_with_depth (Depth : Depth_S) = struct
| Generic of Merkle_ledger.Location.Bigstring.t
| Account of Location.Addr.t
| Hash of Location.Addr.t
[@@deriving hash, sexp, compare]
[@@deriving hash, sexp]

include Comparable.Make_binable (Arg)
include Hashable.Make_binable (Arg) [@@deriving sexp, compare, hash, yojson]
end

Expand Down

0 comments on commit 97e6b95

Please sign in to comment.