Skip to content

Commit

Permalink
OM-348: added missing class for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Oct 22, 2024
1 parent 444104c commit 3119929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions worker_voucher/tests/test_gql_voucher_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@


class GQLVoucherCheckTestCase(TestCase):
class GQLContext:
def __init__(self, user):
self.user = user

user = None
worker = None
eu = None
Expand Down

0 comments on commit 3119929

Please sign in to comment.