Skip to content

Commit

Permalink
Roundtrip test for cloners
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed Apr 26, 2024
1 parent 8782a3a commit 79c97eb
Show file tree
Hide file tree
Showing 3 changed files with 457 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proto/prysm/v1alpha1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,10 @@ ssz_proto_files(

go_test(
name = "go_default_test",
srcs = ["cloners_test.go"],
srcs = [
"cloners_test.go",
"eip_7251_test.go",
],
embed = [":go_default_library"],
deps = [
"//testing/assert:go_default_library",
Expand Down
Loading

0 comments on commit 79c97eb

Please sign in to comment.