Skip to content

Commit

Permalink
update tests/util/util.py to use mysql minter
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjiang committed Sep 1, 2023
1 parent 03a8024 commit 2d74a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/util/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import urllib.response

import ezidapp.models.shoulder
import impl.nog.minter
import impl.nog_sql.ezid_minter
import impl.util


Expand Down Expand Up @@ -75,7 +75,7 @@ def create_shoulder(
active=True,
manager='ezid',
)
impl.nog.minter.create_minter_database(namespace_str, root_path, mask_str)
impl.nog_sql.ezid_minter.create_minter_database(namespace_str, root_path, mask_str)
return shoulder_model


Expand Down

0 comments on commit 2d74a5f

Please sign in to comment.