Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
mavaylon1 and rly authored Sep 28, 2023
1 parent 8718dae commit 9c28957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def foo_ref_attr(self, value):
raise ValueError("can't reset foo_ref_attr attribute")


def get_foo_buildmanager(dtype="int"):
def get_foo_buildmanager(my_data_dtype="int"):
"""
Get a BuildManager (and create all ObjectMappers) for a foofile
:return:
Expand Down

0 comments on commit 9c28957

Please sign in to comment.