Skip to content

Commit

Permalink
Add starred_users to test_home in zerver/tests/tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikmaji committed Aug 22, 2016
1 parent 427caf7 commit ba614c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/templates/user_sidebar_actions.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<li>
<a class="star_user">
<i class="icon-vector-star"></i>
{{#tr this}}{{#if starred}}{{t Unstar}}{{else}}{{t Star}}{{/if}} {{t user}} <b>__name__</b>{{/tr}}
{{#tr this}}{{#if starred}}{{t "Unstar"}}{{else}}{{t "Star"}}{{/if}} {{t user}} <b>__name__</b>{{/tr}}
</a>
</li>

Expand Down
1 change: 1 addition & 0 deletions zerver/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1903,6 +1903,7 @@ def test_home(self):
"share_the_love",
"show_digest_email",
"sounds_enabled",
"starred_users",
"stream_desktop_notifications_enabled",
"stream_sounds_enabled",
"subbed_info",
Expand Down

0 comments on commit ba614c5

Please sign in to comment.