Skip to content

Commit 899bdcb

Browse files
authored
Update 1-js/04-object-basics/04-object-methods/8-chain-calls/_js.view/test.js
1 parent e2b81c5 commit 899bdcb

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/04-object-methods/8-chain-calls/_js.view

1 file changed

+1
-1
lines changed

1-js/04-object-basics/04-object-methods/8-chain-calls/_js.view/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('Лестница', function() {
3333
assert.equal(ladder.down().up().up().up().step, 2);
3434
});
3535

36-
it('showStep() should return this', function() {
36+
it('showStep() должен возвращать this', function() {
3737
assert.equal(ladder.showStep(), ladder);
3838
});
3939

0 commit comments

Comments
 (0)