mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Errors with summary views and placeholders
This commit is contained in:
@@ -135,6 +135,7 @@ test('updateFromJson', function() {
|
||||
});
|
||||
|
||||
equal(postStream.get('posts.length'), 1, 'it loaded the posts');
|
||||
equal(postStream.get('postsWithPlaceholders.length'), 1, 'it loaded the posts');
|
||||
containsInstance(postStream.get('posts'), Discourse.Post);
|
||||
|
||||
equal(postStream.get('extra_property'), 12);
|
||||
|
||||
Reference in New Issue
Block a user