Skip to content

Commit

Permalink
fix #8212 test better
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurel300 committed Apr 24, 2019
1 parent c96195f commit 7ac27b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/src/unit/issues/Issue8212.hx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Issue8212 extends unit.Test {
function test() {
var hex = "010a7f0ac2800adfbf0ae0a0800aed9fbf0aee80800aefbfbd0af09f9882f09f9884f09f98990ac8a70a";
var bytes = Bytes.ofHex(hex);
eq(hex.length, bytes.length);
eq(hex.length, bytes.length * 2);
eq(hex, bytes.toHex());
}
}

0 comments on commit 7ac27b7

Please sign in to comment.