Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit f91b5ce

Browse files
sigiesecjgraham
authored andcommitted
Removed extra word in test case description.
Differential Revision: https://phabricator.services.mozilla.com/D46276 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497007 gecko-commit: 91824287186642eaeb94121c51ca39a0f1094625 gecko-integration-branch: autoland gecko-reviewers: ttung, asuth
1 parent 1875674 commit f91b5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IndexedDB/idb-explicit-commit.any.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,5 +288,5 @@ promise_test(async testCase => {
288288
assert_equals(getRequest1.result.title, 'title1');
289289
assert_equals(getRequest2.result.title, 'title2');
290290
db.close();
291-
}, 'Transactions that handle all errors properly should be behave as ' +
291+
}, 'Transactions that handle all errors properly should behave as ' +
292292
'expected when an explicit commit is called in an onerror handler.');

0 commit comments

Comments
 (0)