Skip to content

Commit

Permalink
tests: clearer length bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Jul 7, 2015
1 parent e8fd388 commit e42bd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/ecsignature.json
Expand Up @@ -155,11 +155,11 @@
},
{
"exception": "Invalid DER encoding",
"hex": "300c02040fffffff020200ffffff"
"hex": "300c0204ddffffff020200ffffff"
},
{
"exception": "Invalid DER encoding \\(2\\)",
"hex": "300c020400ffffff020800ffffff"
"hex": "300c020400ffffff02dd00ffffff"
},
{
"exception": "R length is zero",
Expand Down

0 comments on commit e42bd13

Please sign in to comment.