mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-07 04:24:35 -04:00
fix the build (cc @riking)
This commit is contained in:
parent
f1403206ca
commit
42ab39ce18
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue