Bug 1497007 - Removed extra word in test case description. r=ttung,asuth

Differential Revision: https://phabricator.services.mozilla.com/D46276

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Simon Giesecke 2019-09-26 11:32:56 +00:00
Родитель 324a40cca8
Коммит f68abff937
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -44,7 +44,7 @@
[Transactions with same scope should stay in program order, even if one calls commit.]
expected: FAIL
[Transactions that handle all errors properly should be behave as expected when an explicit commit is called in an onerror handler.]
[Transactions that handle all errors properly should behave as expected when an explicit commit is called in an onerror handler.]
expected: FAIL
@ -94,6 +94,6 @@
[Transactions with same scope should stay in program order, even if one calls commit.]
expected: FAIL
[Transactions that handle all errors properly should be behave as expected when an explicit commit is called in an onerror handler.]
[Transactions that handle all errors properly should behave as expected when an explicit commit is called in an onerror handler.]
expected: FAIL

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

@ -288,5 +288,5 @@ promise_test(async testCase => {
assert_equals(getRequest1.result.title, 'title1');
assert_equals(getRequest2.result.title, 'title2');
db.close();
}, 'Transactions that handle all errors properly should be behave as ' +
}, 'Transactions that handle all errors properly should behave as ' +
'expected when an explicit commit is called in an onerror handler.');