Skip to content

Commit

Permalink
OM-243: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Aug 20, 2024
1 parent f11144c commit d1f353a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker_voucher/tests/test_create_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from policyholder.tests import create_test_policy_holder
from insuree.models import Insuree
from insuree.test_helpers import generate_random_insuree_number
from insuree.app import InsureeConfig
from insuree.apps import InsureeConfig
from worker_voucher.schema import Query, Mutation
from worker_voucher.tests.data.gql_payloads import gql_mutation_create_worker

Expand Down

0 comments on commit d1f353a

Please sign in to comment.