Skip to content
Snippets Groups Projects
Commit 781388bd authored by Josh Wolfe's avatar Josh Wolfe
Browse files

fix copypaste error

parent dafde729
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ testCoercibleToIndexZero(function(zero) { ...@@ -17,7 +17,7 @@ testCoercibleToIndexZero(function(zero) {
}); });
testCoercibleToIndexOne(function(one) { testCoercibleToIndexOne(function(one) {
assert.sameValue(BigInt.asUintN(one, 1n), 0n); assert.sameValue(BigInt.asUintN(one, 1n), 1n);
}); });
testCoercibleToIndexFromIndex(3, function(three) { testCoercibleToIndexFromIndex(3, function(three) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment