Browse Source

test

pull/6/head
Mathias Markl 7 years ago
parent
commit
99077f3be9
  1. 2
      muk_models_groupby_hour/tests/test_groupby.py

2
muk_models_groupby_hour/tests/test_groupby.py

@ -50,7 +50,7 @@ class AttachmentTestCase(common.TransactionCase):
result = self.attachment.read_group(
domain=[],
fields=['name'],
groupby='date:hour')
groupby='create_date:hour')
_logger.warning(result)
self.assertTrue(result)
Loading…
Cancel
Save