Skip to content

Commit

Permalink
trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Aug 10, 2023
1 parent f1b7d0f commit 3c66446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions edc_consent/tests/tests/test_consent.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from datetime import datetime, timedelta

from dateutil.relativedelta import relativedelta
from django.test import TestCase, override_settings, tag
from django.test import TestCase, override_settings
from edc_protocol import Protocol
from edc_registration.models import RegisteredSubject
from edc_utils import get_utcnow
Expand Down Expand Up @@ -372,7 +372,6 @@ def test_consent_before_open(self):
version="1.0",
)

@tag("1")
def test_consent_may_update_more_than_one_version(self):
consent_object_factory(
start=self.study_open_datetime,
Expand Down

0 comments on commit 3c66446

Please sign in to comment.