Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex authored and dfahlander committed Aug 2, 2021
1 parent 50f491a commit c646fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/tests-chrome-transaction-durability.js
Expand Up @@ -13,7 +13,7 @@ module("chrome-transaction-durability", {

asyncTest("Transaction should use relaxed durability if specified", function() {
if (!isChrome) {
ok(true, "This browser does not Chrome transaction durability");
ok(true, "This browser does not support Chrome transaction durability");
start();
return;
}
Expand All @@ -33,7 +33,7 @@ asyncTest("Transaction should use relaxed durability if specified", function() {

asyncTest("Transaction should use strict durability if specified", function() {
if (!isChrome) {
ok(true, "This browser does not Chrome transaction durability");
ok(true, "This browser does not support Chrome transaction durability");
start();
return;
}
Expand All @@ -53,7 +53,7 @@ asyncTest("Transaction should use strict durability if specified", function() {

asyncTest("Transaction should use default durability if not specified", function() {
if (!isChrome) {
ok(true, "This browser does not Chrome transaction durability");
ok(true, "This browser does not support Chrome transaction durability");
start();
return;
}
Expand Down

0 comments on commit c646fa6

Please sign in to comment.