Skip to content

Commit

Permalink
simple test for Paris
Browse files Browse the repository at this point in the history
  • Loading branch information
e-asphyx committed Mar 20, 2024
1 parent 3040137 commit c3dd68e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions protocol/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ type protoTestData struct {
}

var testData = []protoTestData{
{
proto: &core.Proto019PtParisA,
blocks: []string{
"alpha",
},
},
{
proto: &core.Proto018Proxford,
blocks: []string{
Expand Down
Binary file added protocol/test_data/019_PtParisA/alpha.bin
Binary file not shown.

0 comments on commit c3dd68e

Please sign in to comment.