fix the build (cc @riking)

This commit is contained in:
Régis Hanol 2015-02-05 12:57:33 +01:00
parent f1403206ca
commit 42ab39ce18
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ test('filterParam', function() {
equal(stream.get('filterParam'), Discourse.UserAction.TYPES.likes_given);
stream.set('filter', Discourse.UserAction.TYPES.replies);
equal(stream.get('filterParam'), '6,7,9');
equal(stream.get('filterParam'), '6,9');
});