Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SSARCandy committed Jun 26, 2016
1 parent 17f2c55 commit 601c714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('i18n', function () {
});
});

it.only('should success with de_de', function (done) {
it('should success with de_de', function (done) {
apod.get({
DATE: '2016-05-11',
LANG: 'de_de'
Expand Down

0 comments on commit 601c714

Please sign in to comment.