Skip to content

Commit 7b82003

Browse files
committed
fixed miswording
1 parent 40b3b86 commit 7b82003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interfaces/bdd.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('pending tests', function () {
4848
});
4949

5050
describe('setting timeout by appending it to test', function () {
51-
var runningTest = it('enables users to call timeout on pending tests', function () {
51+
var runningTest = it('enables users to call timeout on active tests', function () {
5252
expect(1 + 1).to.equal(2);
5353
}).timeout(1003);
5454

0 commit comments

Comments
 (0)