Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Aug 8, 2016
1 parent 3be25bc commit f007c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language/test/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ describe('Document', function() {
Document.formatTokens_ = util.noop;
});

it('should return language if no features are requested', function(done) {
it('should always return the language', function(done) {
var apiResponse = apiResponses.default;
document.request = createRequestWithResponse(apiResponse);

Expand Down

0 comments on commit f007c7e

Please sign in to comment.