Bug 1561364 [wpt PR 17503] - Use consistent test naming in encoding/encodeInto.any.js, a=testonly

Automatic update from web-platform-tests
Use consistent test name (#17503)

--

wpt-commits: 5059d2c77703d67d2f76931b44e6d2437526b6e9
wpt-pr: 17503
This commit is contained in:
Luke Bjerring 2019-07-19 18:07:05 +00:00 коммит произвёл James Graham
Родитель 352cdf3eac
Коммит 33c7d927d8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -126,7 +126,7 @@
Float64Array].forEach(view => {
test(() => {
assert_throws(new TypeError(), () => new TextEncoder().encodeInto("", new view(new ArrayBuffer(0))));
}, "Invalid encodeInto() destination: " + view);
}, "Invalid encodeInto() destination: " + view.name);
});
test(() => {