Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 20, 2017
1 parent cfe8e50 commit 1868e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_inout.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def test_json_out_date(self):
data_type='date')
inpt.data = "2017-04-20"
out = inpt.json
self.assertEqual(out['data'], datetime.date(2017, 4, 20), 'time set')
self.assertEqual(out['data'], datetime.date(2017, 4, 20), 'date set')


class LiteralOutputTest(unittest.TestCase):
Expand Down

0 comments on commit 1868e71

Please sign in to comment.