fix copypaste error

This commit is contained in:
Josh Wolfe 2017-09-21 11:42:23 -07:00
parent dafde72971
commit 781388bddf
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ testCoercibleToIndexZero(function(zero) {
});
testCoercibleToIndexOne(function(one) {
assert.sameValue(BigInt.asUintN(one, 1n), 0n);
assert.sameValue(BigInt.asUintN(one, 1n), 1n);
});
testCoercibleToIndexFromIndex(3, function(three) {