Skip to content

Commit f007c7e

Browse files
docs
1 parent 3be25bc commit f007c7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/language/test/document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ describe('Document', function() {
287287
Document.formatTokens_ = util.noop;
288288
});
289289

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

0 commit comments

Comments
 (0)