Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit d04c339

Browse files
committed
Fixed a minor style issue
1 parent 045d8b7 commit d04c339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.gist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('Github.Gist', function() {
2121
gist.read(function(err, res) {
2222
should.not.exist(err);
2323
res.should.have.property('description', 'This is a test gist');
24-
res.files["README.md"].should.have.property('content', 'Hello World');
24+
res.files['README.md'].should.have.property('content', 'Hello World');
2525

2626
done();
2727
});

0 commit comments

Comments
 (0)