Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Jan 12, 2017
1 parent e9c8ab1 commit e5f7a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hr_worked_days_from_attendance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# © 2016 OpenSynergy Indonesia
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import models, tests
from . import models
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def setUp(self):
date_start = date_start + timedelta(days=1)
date_end = date_end + timedelta(days=1)
self.ts.button_confirm()
self.signal_workflow("done")
self.ts.signal_workflow("done")

def test_timesheet_import(self):
wd_obj = self.env['hr.payslip.worked_days']
Expand Down

0 comments on commit e5f7a38

Please sign in to comment.