Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneBogart committed Jun 21, 2024
1 parent f5697f5 commit be9358f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end_tests/test_register_dataset_alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_register_dataset_alias(dummy_file):
assert a2_id is not None

# Add an alias to the alias
aa_id = _insert_alias_entry(datareg.Registar, "alias_to_alias", None,
aa_id = _insert_alias_entry(datareg.Registrar, "alias_to_alias", None,
a2_id)
id, ref_type = datareg.Query.resolve_alias("alias_to_alias")
assert id == a2_id
Expand Down

0 comments on commit be9358f

Please sign in to comment.