Skip to content

Commit

Permalink
fix: timeago test
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Oct 12, 2020
1 parent ae5fb10 commit cecdd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers.js
Expand Up @@ -1842,7 +1842,7 @@ describe('Controllers', function () {
request(nconf.get('url') + '/assets/src/modules/timeago/locales/jquery.timeago.af.js', function (err, res, body) {
assert.ifError(err);
assert.equal(res.statusCode, 200);
assert(body.includes('Afrikaans'));
assert(body.includes('suffixAgo:"gelede"'));
done();
});
});
Expand Down

0 comments on commit cecdd29

Please sign in to comment.