FIX: Broken test

This commit is contained in:
Robin Ward 2018-01-08 17:22:53 -05:00
parent 685fc637d5
commit fb863e18ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
/*jshint maxlen:10000000 */
export default {"/notifications": {notifications: [ { id: 123, notification_type: 2, read: true, post_number: 2, topic_id: 1234, slug: "a-slug", data: { topic_title: "some title", display_username: "velesin" } } ] }};
export default {"/notifications": {notifications: [ { id: 123, notification_type: 2, read: false, post_number: 2, topic_id: 1234, slug: "a-slug", data: { topic_title: "some title", display_username: "velesin" } } ] }};