Skip to content

Commit

Permalink
fixup! [MIG] cooperator_worker: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkeunen committed Oct 24, 2023
1 parent c1c0ca8 commit 4cc5ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cooperator_worker/tests/test_workers.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 2020 Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import common
from .common import TestWorkerBase


class TestWorkers(common.TestWorkerBase):
class TestWorkers(TestWorkerBase):
def test_is_worker_share_x(self):
"""
Test that a cooperator is a worker based on his share type.
Expand Down

0 comments on commit 4cc5ec5

Please sign in to comment.