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 9c28957 commit 80c1b3e
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 @@ -219,7 +219,7 @@ def get_foo_buildmanager(my_data_dtype="int"):
datasets=[
DatasetSpec(
"an example dataset",
dtype,
my_data_dtype,
name="my_data",
attributes=[AttributeSpec("attr2", "an example integer attribute", "int")],
)
Expand Down

0 comments on commit 80c1b3e

Please sign in to comment.