Skip to content

Commit

Permalink
misc linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreythewang committed Apr 18, 2018
1 parent d2b3e65 commit 513ceb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dashboard_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ def test_owners_can_view_empty_dashboard(self):
)
if not dash:
dash = models.Dashboard()
dash.dashboard_title = "Empty Dashboard"
dash.slug = "empty_dashboard"
dash.dashboard_title = 'Empty Dashboard'
dash.slug = 'empty_dashboard'
else:
dash.slices = []
dash.owners = []
Expand Down

0 comments on commit 513ceb0

Please sign in to comment.