mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 08:51:05 +08:00
Revert "FIX: Errors with summary views and placeholders"
This reverts commit 5be3bf80eb6fa80740713430c2835a6090a3e2e5.
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