Skip to content

Commit

Permalink
Update tests for Diaper Change attribute verbose names
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Nov 10, 2019
1 parent d5509bd commit eceece0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/tests_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_diaperchange_create(self):

def test_diaperchange_attributes(self):
self.assertListEqual(
self.change.attributes(), ['wet', 'solid', 'black'])
self.change.attributes(), ['Wet', 'Solid', 'Black'])


class FeedingTestCase(TestCase):
Expand Down

0 comments on commit eceece0

Please sign in to comment.