From c646fa6c8b3f2003d206b7cba8b128c4710da578 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 2 Aug 2021 09:08:15 +0100 Subject: [PATCH] fix typos --- test/tests-chrome-transaction-durability.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/tests-chrome-transaction-durability.js b/test/tests-chrome-transaction-durability.js index 221bba7de..3c53d56d9 100644 --- a/test/tests-chrome-transaction-durability.js +++ b/test/tests-chrome-transaction-durability.js @@ -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; } @@ -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; } @@ -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; }