Skip to content

Commit

Permalink
[TEST] dms_storage: use fs_storage test class
Browse files Browse the repository at this point in the history
  • Loading branch information
len-foss committed May 19, 2024
1 parent efcf8e3 commit 754c421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dms_storage/tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
from odoo.tests.common import Form
from odoo.tools import human_size

from odoo.addons.storage_backend.tests.common import CommonCase
from odoo.addons.fs_storage.tests.common import TestFSStorageCase


class TestDmsField(CommonCase):
class TestDmsField(TestFSStorageCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit 754c421

Please sign in to comment.