Skip to content

Commit e92b161

Browse files
07souravkundafrancisf
authored andcommitted
change test name to BStack
1 parent 8942176 commit e92b161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/sample_local_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var buildDriver = function() {
88
build();
99
};
1010

11-
describe('BrowserStack Local Testing', async function() {
11+
describe('BStack Local Testing', async function() {
1212
this.timeout(0);
1313
var driver;
1414

test/sample_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var buildDriver = function() {
88
build();
99
};
1010

11-
describe('BrowserStack\'s Cart Functionality', async function() {
11+
describe('BStack\'s Cart Functionality', async function() {
1212
this.timeout(0);
1313
var driver;
1414

0 commit comments

Comments
 (0)