Skip to content

Commit

Permalink
fixup test smarter baby
Browse files Browse the repository at this point in the history
  • Loading branch information
jem-odoo committed Jan 8, 2018
1 parent c5d59f6 commit bb303e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/hr_expense/tests/test_expenses.py
@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from odoo.addons.hr_expense.tests.common import CommonTest
from odoo.addons.hr_expense.tests.common import TestExpenseCommon


class TestAccountEntry(CommonTest):
class TestAccountEntry(TestExpenseCommon):
"""
Check journal entries when the expense product is having tax which is tax included.
"""
Expand Down

0 comments on commit bb303e2

Please sign in to comment.