Skip to content

Commit

Permalink
test description
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Jul 3, 2015
1 parent 27e2b75 commit 3d15204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe("#container", function() {
docker.createContainer(optsc, handler);
});

it('should support attach with tty enable writing 5000 bytes', function(done) {
it('should support attach with tty disabled writing 5000 bytes', function(done) {
this.timeout(5000);

var size = 5000;
Expand Down

0 comments on commit 3d15204

Please sign in to comment.