mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "FIX: Errors with summary views and placeholders"
This reverts commit 5be3bf80eb.
This commit is contained in:
@@ -135,7 +135,6 @@ 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