Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jul 3, 2023
1 parent ac96d62 commit eef8f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testdata/structured-field-tests/binary.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[]]
},
{
"name": "bad paddding",
"name": "bad padding",
"raw": [":aGVsbG8:"],
"header_type": "item",
"expected": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "too big postive integer - serialize",
"name": "too big positive integer - serialize",
"header_type": "item",
"expected": [1000000000000000, []],
"must_fail": true
Expand All @@ -12,7 +12,7 @@
"must_fail": true
},
{
"name": "too big postive decimal - serialize",
"name": "too big positive decimal - serialize",
"header_type": "item",
"expected": [1000000000000.1, []],
"must_fail": true
Expand Down

0 comments on commit eef8f03

Please sign in to comment.